4 Summary

Figure 7
This week you used Jupyter notebooks to write and execute simple programs with Python and the pandas module. You've learned how to:
- load a table from an Excel file
- select a column, and compute some simple statistics (like the total, minimum and median) about it.
- create a new column with values calculated from other columns
- sort a table by one of its columns.
Next week you will learn further ways to manipulate dataframes, in particular to clean data. You will also produce your first data chart, showing variations of values over time.
Futher reading
WHO population – data by country (2013)
WHO mortality and prevalence – data by country (2007 – present)
OpenLearn - Introduction and guidance
Except for third party materials and otherwise, this content is made available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Licence, full copyright detail can be found in the acknowledgements section. Please see full copyright statement for details.
