https://github.com/cloudacademy/data-wrangling-with-pandas
This repository provides the data and an external resource in support of the course Data Wrangling with Pandas, provided by Cloud Academy
https://github.com/cloudacademy/data-wrangling-with-pandas
Last synced: over 1 year ago
JSON representation
This repository provides the data and an external resource in support of the course Data Wrangling with Pandas, provided by Cloud Academy
- Host: GitHub
- URL: https://github.com/cloudacademy/data-wrangling-with-pandas
- Owner: cloudacademy
- Created: 2020-08-19T16:53:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T20:48:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T06:07:59.957Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Wrangling with Pandas
This repository provides the data and an external resource in support of the course Data Wrangling with Pandas, provided by Cloud Academy.
## Data
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:
1. clone the repo: `git clone https://github.com/cloudacademy/data-wrangling-with-pandas.git`
2. create a python virtualenv: `mkvirtualenv - p python3 `
3. install the necessary requirements: `pip install -r requirements.txt`
4. open a jupyter notebook by running: `jupyter notebook`
You are now ready to get your hands dirty: enjoy!
## Resources
The paper by Hadley Wickham is freely available at this stable [link](https://www.jstatsoft.org/index.php/jss/article/view/v059i10/v59i10.pdf). I really recommend to read it!