inspect first 5 rows of dataframe

Solutions on MaxInterview for inspect first 5 rows of dataframe by the best coders in the world

showing results for - "inspect first 5 rows of dataframe"
Lilas
09 Apr 2016
1#df.head(#rows)
2dataframe.head(n=rows)
similar questions
queries leading to this page
inspect first 5 rows of dataframe