Data Frame Functions

An introduction to the most common and important data frame functions.

Preview the data frame

You can now use the Pandas head() command to preview the data frame in Jupyter Notebook. The head() function must come after the variable name of the data frame, which is df.

df.head()

Get hands-on with 1200+ tech skills courses.