Q17
In Pandas, which method is used to sort a DataFrame by the values in one or more columns in ascending or descending order?
A.
apply()
B.
pivot_table()
C.
sort_values()
AnswerD.
filter()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board