This folder contains Jupyter notebook which shows how to fetch datasets from Kaggle locally.
Pre-requisite
- Create account is Kaggle
- Create a new token and download and save in the project to refer.
- For mac users, put the json file inside /Users/sudiptadeb/.kaggle [Replace sudiptadeb with your macbook user]
Code Snippets
Folder: KaggleSetup
- KaggleSetup-I.ipynb - Code snippet where I am using opendatasets
- KaggleSetup-II.ipynb - Code snippet where I am using Kaggle API
- KaggleSetupInGoogleColab.ipynb - Google Colab Code snippet where I am using Kaggle API
Folder: LargeDataSetsWithPython
- LargeDataSetsWithPython.ipynb - Code snippet where I am dealing with large datasets from Kaggle by aggregating it into smaller meaningful csv file.
Folder: BasicPython
- GroupBy.ipynb - Understand GroupBy Function.
- UnderstandGroupBy.ipynb - Understand GroupBy Function.
Folder: ParseGithubDiff
- parse_diff.ipynb - Parse Github diff command to provide list of newly added, modified and deleted files. Put the output into different csv files and save it