Section 1 - Instruction

You've learned about DataFrame structure and how to load data from files. Now it's time to practice these core concepts to make sure they stick.

Remember, DataFrames have rows, columns, and an index—and you can load them from CSV files using pd.read_csv().

Engagement Message

Ready to put your skills to the test?

Section 2 - Practice

Type

Sort Into Boxes

Practice Question

Let's identify DataFrame components. Sort these elements into the correct structural categories.

Labels

  • First Box Label: Rows
  • Second Box Label: Columns

First Box Items

  • Individual records
  • Horizontal data
  • Single observations

Second Box Items

  • Features
  • Vertical data
  • Data categories
Section 3 - Practice

Type

Fill In The Blanks

Markdown With Blanks

You want to load a customer dataset from a file called customers.csv located in a folder named datasets. Fill in the blanks to complete the code:

Suggested Answers

  • pandas
  • read_csv
  • datasets
Section 4 - Practice

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal