Q. In Pandas, which method is used to sort a DataFrame by the values in one or more columns in ascending or descending order?
β
Correct Answer: (C)
sort_values()
You must be Logged in to update hint/solution