I have a pandas series that has 1 index(Countries) and one unnamed column with average values. I want to sort the series in descending order based on the values instead of the index. This is what the series looks like currently:
Asked
Active
Viewed 214 times
0

Haamed Rahman
- 89
- 5
-
1[pandas.Series.sort_values](https://pandas.pydata.org/docs/reference/api/pandas.Series.sort_values.html) – It_is_Chris Oct 28 '21 at 13:06