MAS2008 Scientific Computing: Lecture 8
Data analysis and curve fitting with Pandas

The following notebooks and videos are relevant:
       
Favourite colours View Download
Mauna Loa carbon dioxide concentration View Download
Peak District hills View Download


To try the above notebooks yourself, you will need to download the following data files:
favourite_colours.csv co2_daily_mlo.txt peak_district_hills.csv
You will also need to modify one line in each notebook to point to the correct location of the data files on your computer.

There is also an interactive demonstration explaining pandas selection methods.