Quiz

Attempt the quiz to test what you have learned in this chapter.

We'll cover the following...
Technical Quiz
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)


1 / 5