KnowledgeBoat Logo
|

Informatics Practices

A DataFrame is a 1D array-like object containing an array of data and an associated array of data labels.

Python Data Handling

1 Like

Answer

False

Reason — A Series is a Pandas data structure that represents a one-dimensional array like object containing an array of data and an associated array of data labels, called its index.

Answered By

3 Likes


Related Questions