3: Introduction to data analysis#

Here we introduce the basics of data analysis in Python using the pandas library. You will learn how to read and write data from/to a file, and to manipulate and analyse tabular data using pandas data structures and functions.