Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2024-01-15 21:33:45
Size: 625
Comment: Added methods
Revision 7 as of 2025-12-23 05:17:40
Size: 0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Python Pandas DataFrame =

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

<<TableOfContents>>

----



== Example ==

----



== Data Model ==

----



== Attrbibutes ==

----



== Methods ==

||'''Method'''||'''Meaning''' ||
||`head` ||return a new `DataFrame` of the first N rows ||
||`squeeze` ||return a [[Python/Pandas/Series|Series]] representation of the frame||
||`tail` ||return a new `DataFrame` of the last N rows ||



----
CategoryRicottone