Series.sortlevel()

Series.sortlevel(level=0, ascending=True, sort_remaining=True) [source]

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

Parameters:

level : int or level name, default None

ascending : bool, default True

Returns:

sorted : Series

doc_Pandas
2017-01-12 04:54:46
Comments
Leave a Comment

Please login to continue.