sparkbyexamples.com
pandas head() - Returns Top N Rows
pandas header() function is used to get the top N rows from DataFrame or top N elements from a Series. When used negative number it returns all except the
Naveen Nelamali