What is the purpose of the head() method in Pandas?
To display the last few rows of a DataFrame
To display the first few rows of a DataFrame
To display summary statistics of a DataFrame
To display summary statistics of a DataFrame
This question is part of this quiz :
Python Pandas Quiz