Size: 625
|
Size: 649
|
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)