Please enable JavaScript to use CodeHS

Data Science with Python

Lesson 2.3 Importing and Filtering Data

Description

In this lesson, students will learn how to import large datasets. They will also learn how to filter a dataset using index-based selection (iloc) and label-based selection (loc).


Objective

Students will be able to:

  • Import a large dataset using a CSV file
  • Filter a dataset using iloc and loc