Pandas Merge

This notebook introduces the ideas behind joining datasets

  • Understand the various merge operations in pandas:

    • pd.concat

    • pd.merge

    • pd.join

  • Apply to airline 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-basics.ipynb

Cloud Based Option

You can launch the notebook