Get to Know Your DataFrame

Understand techniques for exploring dataframes in Python, specifically using the head and tail functions to view the first and last rows, and the shape attribute to understand the dimensions of a dataframe.