Courseful

DATA 201 - Introduction to Pandas

Lessons

Lesson 1: Getting Started with Pandas

Introduction to Pandas

Pandas is a powerful Python library for data manipulation and analysis. In this lesson, we'll cover:

  • What is Pandas?
  • Series and DataFrames
  • Reading data files
  • Basic data exploration

Lesson 2: Data Manipulation

Data Manipulation with Pandas

In this lesson, we'll learn how to:

  • Filter and select data
  • Handle missing values
  • Group and aggregate data
  • Merge and join DataFrames

Lesson 3: Data Visualization

Data Visualization with Pandas

In this lesson, we'll explore:

  • Basic plotting with Pandas
  • Different types of plots
  • Customizing visualizations