# The shape attribute returns a tuple (TODO appendix) where the first value is #the number of rows and the second number is the number of columns print(df.shape) (1704, 6)