

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: What Is Pandas?
incomplete
2: Series
incomplete
3: DataFrames
incomplete
4: Derived Columns
incomplete
5: Series vs. DataFrame
incomplete
6: Filtering Data
incomplete
7: The Index in Pandas
incomplete
8: Custom Indexes
incomplete
9: Loading Data
incomplete
10: Inspect Head
incomplete
11: Info & Describe
incomplete
12: Inspecting Workflow
incomplete
13: Data Properties
incomplete
14: Inspecting Columns
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Pandas is the most popular Python library for data manipulation. It's the tool for working with tabular data like spreadsheets, CSV files, and database tables.
Later in this course we'll look at Polars, a newer alternative to Pandas that's quickly gaining popularity. But today, Pandas is still the dominant library.
Wes McKinney created Pandas in 2008 while working at a hedge fund to solve real-world data problems:
Tasks that take many lines of code in Python become one-liners with Pandas. They also tend to be much faster, because Pandas relies on optimized, compiled array operations under the hood.
If you're considering a career in data analytics, Pandas is non-negotiable. Data scientists, analysts, and even some backend engineers use it regularly.