After doing this tutorial you will know how to
Find a dataset on github that contains CSV files.
Here are some lists of datasets you could choose from: * https://github.com/datasets/ * https://github.com/caesar0301/awesome-public-datasets
Careful - not all datasets are CSV. You want CSV files for this exercise.
Fork the dataset into your github account.
Clone the git repository in the same way that you would clone any git repository
git@github.com:yourgithubname/datasetname
)git clone git@github.com:yourgithubname/datasetname