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
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