Head and Tail Function in Python Pandas

preview_player
Показать описание
In this tutorial, we will learn how to get snap shot of the data by getting first or last rows of dataset. We will learn about Head() and Tail() method 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.

Visit

Introduction to Pandas:

Python Pandas DataFrame & Different Ways to Create Them:
Рекомендации по теме