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()
Access this course and 1400+ top-rated courses and projects.