Skip to content

Icedgarr/pandas-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%