Tabular data wrangling#

In this session, we will cover tabular data wrangling using the pandas library. This comprises:

  • Introduction to DataFrames, pandas’ primary object for data handling.

  • How to work with DataFrames, e.g., select data from them, combine them or run basic analysis on the data.

  • How to handle missing data

  • Some words on tidy data