Quiz

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

We'll cover the following...
Technical Quiz
1.

Which command do we use to sort a dataframe df by a single column?

A.
df.sort_by('column')

B.
df.sort('column')
C.
df.sort_values('column')
D.
df.column('sort')

1 / 3