AbbyF / pandas_for_everyone

Repository to accompany "Pandas for Everyone"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas for Everyone

Repository to accompany "Pandas for Everyone"

Setup

The easiest way to get everything you need to the tutorial is to install anaconda

You can download and install it here: https://www.continuum.io/downloads

To download just the data, see the Data section below. Otherwise you can choose to clone this repository, or click the "Clone or Download" link above and clikcing Download Zip

Install seaborn for plotting

conda install seaborn

Data

You can choose to just download the datasets by using Minhas Kamal's DownGit by clicking the link here

Ongoing list of data references:

  1. Gapminder: https://github.com/jennybc/gapminder/raw/master/inst/gapminder.tsv
  2. Survey: Comes from the Software-Carpentry SQL lesson
  3. Ebola: www.github.com/cmrivers/ebola

About

Repository to accompany "Pandas for Everyone"

License:MIT License