________ is two dimensional data structure in Python with row index and column…
2025
________ is two dimensional data structure in Python with row index and column index.
- A.
DataFrame
- B.
List
- C.
Tuple
- D.
Series
Attempted by 86 students.
Show answer & explanation
Correct answer: A
A DataFrame is a two-dimensional labeled data structure in Python (Pandas) with rows (index) and columns, similar to a table.
It supports tabular data manipulation, indexing, and operations, making it the correct answer.