Quiz
Attempt the quiz to test what you have learned in this chapter.
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')
Question 1 of 30 attempted
Get hands-on with 1400+ tech skills courses.