_____ 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.
Answer: D. Data frames — In pandas, a DataFrame is a two-dimensional labelled data structure with columns that may have different data types.
- A.
Series
- B.
Missing data
- C.
Iteration
- D.
Data frames
Attempted by 273 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.
Loading lesson…