A ______________is a Pandas data structure that represents a 1 D array like object.
Answers
Answered by
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