Python Pandas Tutorial | head( ) and tail( ) methods in Pandas

preview_player
Показать описание
In this tutorial, we will learn about head() and tail() methods in dataframe.

The head() method is used for returning top n (by default value 5) rows of a DataFrame or Series.
The tail() method returns last n rows from the object. It is useful for quickly verifying data.
Рекомендации по теме