________ 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.

Answer: A. DataFrameA DataFrame is a two-dimensional labeled data structure in Python (Pandas) with rows (index) and columns, similar to a table. It supports tabular data…

  1. A.

    DataFrame

  2. B.

    List

  3. C.

    Tuple

  4. D.

    Series

Attempted by 169 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.

Explore the full course: Bpsc

Loading lesson…