_____ is a two-dimensional labelled data structure with columns of potentially…
2024
_____ is a two-dimensional labelled data structure with columns of potentially different type, in data handling with pandas.
- A.
Series
- B.
Missing data
- C.
Iteration
- D.
Data frames
Attempted by 38 students.
Show answer & explanation
Correct answer: D
In pandas, a DataFrame is a two-dimensional labelled data structure with columns that may have different data types.