Pandas DataFrame: head() function
DataFrame - head() function
The head() function is used to get the first n rows.
This function returns the first n rows for the object based on position. It is useful for quickly testing if your object has the right type of data in it.
Syntax:
DataFrame.head(self, n=5)
Parameters:
Name | Description | Type/Default Value | Required / Optional |
---|---|---|---|
n | Number of rows to select. | int Default Value: 5 |
Required |
Returns: obj_head : same type as caller
The first n rows of the caller object.
Example:
Download the Pandas DataFrame Notebooks from here.
Previous: DataFrame - notna() function
Next: DataFrame - at() function
It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.
https://w3resource.com/pandas/dataframe/dataframe-head.php
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics