Informatics Practices

A two-dimensional labelled array that is an ordered collection of columns to store heterogeneous data types is:

  1. Series
  2. NumPy array
  3. Dataframe
  4. Panel

Python Data Handling

3 Likes

Answer

Dataframe

Reason — A DataFrame object is 2D labelled array like Pandas data structure that stores an ordered collection of columns that can store heterogeneous data types.

Answered By

2 Likes


Related Questions