Advertisements
Advertisements
Question
What is a DataFrame?
Short Answer
Advertisements
Solution
- A DataFrame is a two-dimensional, size-mutable, and potentially heterogeneous tabular data structure with labeled axes (rows and columns) in Python's Pandas library.
- Think of it like a complete Excel spreadsheet or a SQL table. It organizes data in a grid consisting of rows and columns, where every row and every column has a specific label.
shaalaa.com
Is there an error in this question or solution?
