pandas.Series.sortlevel

Series.sortlevel(level=0, ascending=True)

Sort Series with MultiIndex by chosen level. Data will be lexicographically sorted by the chosen level followed by the other levels (in order)

level : int ascending : bool, default True

sorted : Series