This repository provides the data and an external resource in support of the course Data Wrangling with Pandas, provided by Cloud Academy.
The dataset we have used in this course is available in the data
folder. I suggest to follow the following steps in order you to be able to replicate the course steps in your local host. Open your favourite terminal emulator, and then:
- clone the repo:
git clone https://github.com/cloudacademy/data-wrangling-with-pandas.git
- create a python virtualenv:
mkvirtualenv - p python3 <NAME_ENV>
- install the necessary requirements:
pip install -r requirements.txt
- open a jupyter notebook by running:
jupyter notebook
You are now ready to get your hands dirty: enjoy!
The paper by Hadley Wickham is freely available at this stable link. I really recommend to read it!