Series.head
Obtain the first n rows for the object based on position.
danfo.Series.head(rows)
Parameters
Type
Description
Default
rows
Int
number of first n values
5
Return: Series
Example
Last updated
Was this helpful?
Obtain the first n rows for the object based on position.
danfo.Series.head(rows)
rows
Int
number of first n values
5
Return: Series
Example
Last updated
Was this helpful?