Data Frame Functions
An introduction to the most common and important data frame functions.
We'll cover the following
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 1400+ tech skills courses.