You can download datasets directly from Kaggle.com. Folder structure (to ensure no modifications are necessary) is listed below.
datasets
|--- {dataset_name}
|--- {dataset_name}.zip
|--- *.csv
Register for an account on Kaggle.com and follow their Authentication instructions. Ensure the API key is stored properly.
Install and unzip the necessary packages by executing the following command from the root directory:
pip install -r .\tools\requirements.txt
Now you should be ready to run the CLI tool to download datasets!
To download all datasets, run the following command from the root directory:
python .\tools\download_datasets.py --all
To download a single dataset, run the following command from the root directory:
python .\tools\download_datasets.py --single {dataset_name}
To download datasets using the Kaggle CLI tool, follow the instructions on their website. Datasets should follow the following directory structure to work with this repository's Jupyter Notebooks (without modification).
datasets
|--- {dataset_name}
|--- {dataset_name}.zip
|--- *.csv