DataFrame.head
Returns the first n rows of the DataFrame based on position.
danfo.DataFrame.head(rows)
Parameters
Type
Description
Default
rows
Int
The number of rows to return
5
Examples
Last updated
Was this helpful?
Returns the first n rows of the DataFrame based on position.
danfo.DataFrame.head(rows)
rows
Int
The number of rows to return
5
Last updated
Was this helpful?