Pandas Tutorial - goo.gl/BPYJhp
This repository contains the material (notebooks, data) for the pandas tutorial. Tutorial derived from Joris Van den Bossche: releases page and from this tutorial.
If you have a laptop, I would suggest to go to section 2 and install the software on your laptop, otherwise from the computer in the classroom please follow section 1.
- Log in with your account.
- Download and extract this file https://github.com/AlessandroChecco/pandas-tutorial/archive/master.zip.
- Copy the just extracted folder "pandas-tutorial" in drive U:
- From the start menu execute Jupyter Notebook
- Install 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).
- The following command will install all required packages in your Python environment:
conda install pandas jupyter seaborn
- Git clone this repository, or alternatively download and extract this file https://github.com/AlessandroChecco/pandas-tutorial/archive/master.zip.
If you want to use other environment: you will need to install jupyter. 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: http://pandas.pydata.org/ (previous versions will work for most examples as well)numpy
version 1.7 or later: http://www.numpy.org/matplotlib
version 1.3 or later: http://matplotlib.org/ipython
version 3.x with notebook support, oripython 4.x
combined withjupyter
: http://ipython.orgseaborn
(this is used for some plotting, but not necessary to follow the tutorial): http://stanford.edu/~mwaskom/software/seaborn/
- Install CoLaboratory and upload there the main files. It requires google drive.
- Download and extract this file https://github.com/AlessandroChecco/pandas-tutorial/archive/master.zip.
2e. Alternative method (nothing to install, it needs a student account and eduroam/internal connection)
Try JupyterHub and upload there the alternative version of the notebooks:
- New/Terminal
- Execute
wget https://github.com/AlessandroChecco/pandas-tutorial/archive/master.zip
- Execute
unzip master.zip
- Close the tab
- Click on pandas-tutorial folder and launch JupyterHub notebooks (ipynb files marked with jupyterhub name).
If nothing else works you can still look at the documents. To view the content on nbviewer: