Back to Freecodecamp

Core Learning Algorithms: Working with Data

curriculum/challenges/english/blocks/tensorflow/5e8f2f13c4cdbe86b5c72d8a.md

latest288 B
Original Source

--questions--

--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