Phase 3 · Python for Data Science

Topics

Pandas for Data Manipulation

Part of the Data Science Roadmap.

Summary

The standard tool for loading, exploring, filtering and transforming tabular data in Python — DataFrames, Series, groupby, merge — used in nearly every data science workflow.

How to Learn This

  • 1Load a CSV into a DataFrame and explore it with .head(), .info(), .describe().
  • 2Practice filtering, grouping, and merging DataFrames on a sample dataset.
  • 3Learn .loc versus .iloc for label-based versus position-based selection.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge