Skip to content
View tapanhp's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report tapanhp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tapanhp/README.md

Hi there 👋

Pinned

  1. PyAutomationSpreadsheet PyAutomationSpreadsheet Public

    The Automation project I have done in Python for a client, This Repo showcase the code standards and overall functionalities in abstract.

    Python 4 2

  2. PlaystoreAnalysisExcel PlaystoreAnalysisExcel Public

  3. Pandas utilities Pandas utilities
    1
    import pandas as pd
    2
    from pandas import DataFrame
    3
    
                  
    4
    
                  
    5
    # Prints a single line, It's same as println() in other languages, by default print single empty line or "\n"
  4. Python Logging module utilities Python Logging module utilities
    1
    import datetime
    2
    import logging
    3
    import os
    4
    import re
    5
    
                  
  5. Quandl_Data_Downloader Quandl_Data_Downloader Public

    This script can be used to download data sets and save them in local storage from quandl api.

    Python

  6. DeepLearning.ai-Summary DeepLearning.ai-Summary Public

    Forked from mbadry1/DeepLearning.ai-Summary

    This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.

    Python