You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Python version 2.6-2.7 or 3.3-3.5
pandas version 0.18.0 or later: https://pandas.pydata.org/ (previous versions will work for most examples as well)
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 https://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: