Select the appropriate code to view the first five rows of a DataFrame.
Select the correct answer
pd.head(dataframe, 5)
pd.dataframe.head(5.0)
dataframe.head([5.0])
dataframe.head(5)
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat