I have a Pandas Series that looks like this:
import pandas as pd x = pd.Series([3, 1, 1]) print(x) 0 3 1 1 2 1
I would like to sort t