DataFrame
A Dataframe represents a table of data in Rows and Columns. It is size-mutable, meaning the structure of the table, i.e. the rows, columns and the values that exist between them can be changed based on requirement of the user of that dataframe.
Example
The New York Stock Exchange data is loaded into a Dataframe for further Analysis.
Further Reading
Synonyms
Abbreviation
- <df>