_____ 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 framesIn pandas, a DataFrame is a two-dimensional labelled data structure with columns that may have different data types.

  1. A.

    Series

  2. B.

    Missing data

  3. C.

    Iteration

  4. D.

    Data frames

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

Explore the full course: Dsssb Tgt Computer Science Paper 2

Loading lesson…