kaggleDownloader
Helps you download Kaggle Dataset to Google Colab Notebook or your own system in the current working directory (os.getcwd()) by using the Kaggle API Download Link and kaggle.json file obtained from the Kaggle account.
Specifications
Programming Language :- Python 3
Platforms Supported :- Google Colab Notebooks (Python 3) / Linux
Files Required :- kaggle.json (to be obtained from kaggle account; kaggle_profile -> My Account -> API -> Create new API token)
How to Use?
Add the kaggle.json file to your current working directory (os.getcwd(), the directory where you wish to download your dataset to)
By three lines of code you can download your kaggle dataset to your current working directory, either in Google Colab Notebooks or in your own system
The lines of code are as follows:-
1)if you are installing the package
a)on your own system
pip install kaggleDownloader
b)on Google Colab Notebook
!pip install kaggleDownloader
2)Import the get_dataset function from kaggleDownloader module
from kaggleDownloader import get_dataset
3)call the get_dataset() function; there are two ways
a)get_dataset() or,
b)or you can pass the Kaggle Dataset Download API link in the get_dataset argument in string format (""); eg. SpringLeaf Dataset
get_dataset('kaggle competitions download -c springleaf-marketing-response')
Follow along the instructions and you will be ready to work on your dataset.
Release files for kaggleDownloader 4.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kaggleDownloader-4.2.1.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kaggleDownloader-4.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / kaggleDownloader-4.2.1.tar.gz
| Download URL | kaggleDownloader-4.2.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60d948aef847bf0ae23329ca303cb19b26b76cfca9924b745870b55e6d80a2b1
|
|
BLAKE2b-256 checksum How to use checksums |
a03cea77ad628ba17c3c611698be2ff87c0b2d5d29dfc73ee6820ac36546a258
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17
|
Release files / kaggleDownloader-4.2.1-py3-none-any.whl
| Download URL | kaggleDownloader-4.2.1-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10103b4d7eb8adf699055b7e552ded58dac8974212f3bc9b12e2d0ebd4f072e6
|
|
BLAKE2b-256 checksum How to use checksums |
d3e41295bb4fbf9533dfe49a3764a87482c15f3f7bd4f5f9f66191f2cacaf53b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17
|