Please enable JavaScript to use CodeHS

Indiana Topics in Computer Science

Lesson 8.2 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