Welcome 👋

Lab: Pandas Introduction (📁 pandas-intro)

pandas is a powerful and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

Important

Make sure you meet all the requirements and have read the lecture slides before you start with the assignments

In this lab you will learn how to use pandas to:

  1. Import and store data
  2. Change column names
  3. Change data types and add columns
  4. Calculate statistics and create plots
  5. Select data
  6. Filter, group and bin data
  7. Import and prepare unclean Excel data