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. .. toctree:: :maxdepth: 1 :caption: Sections: nb/00-pandas-basics.ipynb nb/01-data-manipulation.ipynb nb/02-data-analysis.ipynb nb/03-temporal-data.ipynb nb/04-exercises.ipynb