Computer Science, asked by ujwalpathak8333, 9 months ago

A ______________is a Pandas data structure that represents a 1 D array like object.​

Answers

Answered by kumarsaswat33
3

Answer:

Pandas DataFrame is two-dimensional size-mutable, potentially heterogeneous tabular data structure with labeled axes (rows and columns). A Data frame is a two-dimensional data structure, i.e., data is aligned in a tabular fashion in rows and columns.

Similar questions