Pandas Introduction

This notebook introduces the basic components of the pandas package

  • Series

  • DataFrames

  • Series and DataFrame methods

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-introduction.ipynb

Cloud Based Option

You can launch the notebook