Skip to content

jorisvandenbossche/pandas-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EuroScipy 2016 Pandas Tutorial

This repository contains the material (notebooks, data) for the pandas tutorial at EuroScipy 2016. For previous versions of the tutorial (EuroScipy 2015), see the releases page.

Requirements to run this tutorial

To follow this tutorial you need to have the following packages installed:

I recommend to use the conda environment manager to install all the requirements (you can install miniconda or install the (very large) Anaconda software distribution, found at http://continuum.io/downloads).

Once this is installed, the following command will install all required packages in your Python environment:

conda install pandas jupyter seaborn

But of course, using another distribution (e.g. Enthought Canopy) or pip is good as well, as long as you have the above packages installed.

Downloading the tutorial materials

If you have git installed, you can get the material in this tutorial by cloning this repo:

git clone https://github.com/jorisvandenbossche/pandas-tutorial.git

As an alternative, you can download it as a zip file: https://github.com/jorisvandenbossche/pandas-tutorial/archive/master.zip. I will probably make some changes until the start of the tutorial, so best to download the latest version then (or do a git pull if you are using git).

Two data files are not included in the repo, you can download them from: titles.csv and cast.csv and put them in the /data folder.

Content

To view the content on nbviewer:

About

Material for the pandas tutorial at EuroScipy 2016

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages