englishmachine-learning-with-pythontensorflowCore Learning Algorithms: Working with DataOn this page--question-- --text-- What does the pandas .head() function do? --answers-- Returns the number of entries in a data frame. Returns the number of columns in a data frame. By default, shows the first five rows or entries in a data frame. --video-solution-- 3