Question: When you want to sort the values in a column of a dataframe, df, you use: Group of answer choices df.sort_values() df.sort() df.sorted() df.sort_index() df.sort_columns()
When you want to sort the values in a column of a dataframe, df, you use:
Group of answer choices
df.sort_values()
df.sort()
df.sorted()
df.sort_index()
df.sort_columns()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
