Please enable JavaScript to use CodeHS

Data Science with Python

Lesson 1.7 Pandas DataFrames

Description

In this lesson, students will learn how to create a data frame using the Pandas library. They will also learn and use functions to explore a data frame further including which data types are included, the shape of the data frame, the descriptive statistics of the data in each column, and more.


Objective

Students will be able to:

  • Create a data frame using Pandas
  • Explore a data frame using key functions