Test yourself

Pandas Quiz

Answer the 12 questions below — you get instant feedback on each. Your best score is saved on this device.

1What is a 2D table in Pandas called?

2A single column in Pandas is a:

3Which method shows the first rows of a DataFrame?

4Which method groups rows to summarise them?

5How are missing values shown in Pandas?

6How do you select a column named age?

7Which method gives summary statistics of numeric columns?

8Which method removes rows with missing values?

9Which method fills in missing values?

10Which method sorts a DataFrame by a column?

11How do you load a CSV file into a DataFrame?

12Which combines two DataFrames on a shared key column?

◀ Back to lessons