a hands-on course

Learn pandas
by Doing

(pandas)

The table library every data analyst and data scientist reaches for first — learned through fun exercises, in about half an hour.

A free, hands-on course on the basics of pandas — Python's library for working with tables of data. DataFrames, selecting and filtering rows, adding columns, cleaning missing data, and grouping and aggregating, each taught with a fun exercise you solve yourself. Runs entirely on your laptop.

in the real world

pandas is how data actually gets loaded, cleaned, filtered and summarized in Python — the everyday workhorse behind data analysis, dashboards, and the data prep for every machine-learning model.

Start with your first DataFrame →

Part 1 — Series & DataFrames

Part 2 — Working with data

Part 3 — Put it together