Learn practical skills, build real-world projects, and advance your career

opendatasets

A curated collection of datasets for data analysis & machine learning, downloadable with a single Python command.

https://github.com/JovianML/opendatasets

Installation & Usage

Install the library using pip:

!pip install opendatasets --upgrade
Collecting opendatasets Downloading opendatasets-0.0.107-py3-none-any.whl (5.3 kB) Collecting tqdm Downloading tqdm-4.49.0-py2.py3-none-any.whl (69 kB) |████████████████████████████████| 69 kB 3.7 MB/s eta 0:00:011 Installing collected packages: tqdm, opendatasets Successfully installed opendatasets-0.0.107 tqdm-4.49.0

To use the library, just import it and use the download function.

import opendatasets as od
od.download('stackoverflow-developer-survey-2020')
0it [00:00, ?it/s]
94609408it [00:08, 11383759.42it/s] 0it [00:00, ?it/s]
16384it [00:00, 19582.79it/s] 0it [00:00, ?it/s]
8192it [00:00, 36377.37it/s]