What do you mean by dataframe in Python?Explain with example
Answers
Answered by
1
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. ... Indexing and Selecting Data. Working with Missing Data.
Similar questions