Differences between revisions 2 and 3
Revision 2 as of 2024-01-15 21:33:45
Size: 625
Comment: Added methods
Revision 3 as of 2024-01-15 21:34:48
Size: 649
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The type is fully specified as `pandas.core.frame.DataFrame`. The [[Python/Pandas/Types|type]] is fully specified as `pandas.core.frame.DataFrame`.

Python Pandas DataFrame

The type is fully specified as pandas.core.frame.DataFrame.


Example


Data Model


Attrbibutes


Methods

Method

Meaning

head

return a new DataFrame of the first N rows

squeeze

return a Series representation of the frame

tail

return a new DataFrame of the last N rows


CategoryRicottone

Python/Pandas/DataFrame (last edited 2024-01-16 03:46:59 by DominicRicottone)