Pandas Reshaping

This notebook uses pandas to understand how to clean data

  • Understand and be able to apply the melt/stack/unstack/pivot methods

  • Practice transformations of indices

  • Understand tidy data

We will work through the following notebook.

Local Option

You can download the notebook from here

Then browse to your download location and load jupyter:

cd ~/Downloads
jupyter notebook pandas-reshape.ipynb

Cloud Based Option

You can launch the notebook