DataFrame.tail
Returns the last n rows from the DataFrame based on position.
danfo.DataFrame.tail(rows)
Parameters | Type | Description | Default |
---|---|---|---|
rows | Int | The number of rows to return | 5 |
Examples
Last updated
Returns the last n rows from the DataFrame based on position.
danfo.DataFrame.tail(rows)
Parameters | Type | Description | Default |
---|---|---|---|
rows | Int | The number of rows to return | 5 |
Last updated