Question
Which pandas object represents two-dimensional labeled tabular data?
Select an option. Your answer will be checked instantly.
Correct Answer: B. DataFrame
Explanation:
A DataFrame organizes data into labeled rows and columns. It is the primary pandas structure for working with datasets resembling tables.
Leave a Reply