mquad / pandas-tutorial

Material for the pandas hands-on at UPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas hands-on

This repository contains the material (notebooks, data) for the pandas hands-on session.

Acknowledgement

This hands-on session is a reduced version of the awesome Pandas Tutorial from Joris Van den Bossche (github profile) at EuroScipy 2016. For the original version of the tutorial (with Advanced examples included), check this repository.

Requirements to run this hands-on session

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 materials

You can get the material in this tutorial by cloning this repo:

git clone git@github.com:mquad/pandas-tutorial.git

Content

To view the content on nbviewer:

About

Material for the pandas hands-on at UPF

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 100.0%