Question 1

What is the result of applying the following method df.head(), to the dataframe df ?


Question 2

Consider the dataframe df . How would you access the element in the 1st row 3rd column?


Question 3

In the lab, you learned you can also obtain a series from a dataframe df , select the correct way to assign the column with the header Length to a pandas series to the variable x .