Kaggle offers numerous interesting datasets to the
enthusiastic data analyst and hosts exciting competitions.
Retrieving Datasets from KAGGLE
To obtain datasets from KAGGLE we can use their dataset API (checkout the docs).
For now, we simply get the first 100 datasets available which are tagged with ‘sports’:
Now, whenever we want to select a new dataset for analysis we just
execute the following lines to download the data and remember
the chosen dataset.
Comments