Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2024-01-15 21:34:48
Size: 649
Comment:
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 [[Python/Pandas/Types|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