Quiz
Attempt the quiz to test what you have learned in this chapter.
We'll cover the following...
1
Which code will display only the number of columns and rows in the data frame df
?
A)
df.show
B)
df.shape
C)
df.head
D)
print(df)
Question 1 of 50 attempted