File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5234,6 +5234,8 @@ def sortby(
52345234 https://numpy.org/doc/stable/reference/generated/numpy.lexsort.html
52355235 and the FIRST key in the sequence is used as the primary sort key,
52365236 followed by the 2nd key, etc.
5237+ Sorting is stable: when all sort keys compare equal, the original order is
5238+ preserved.
52375239
52385240 Parameters
52395241 ----------
Original file line number Diff line number Diff line change @@ -8124,6 +8124,8 @@ def sortby(
81248124 https://numpy.org/doc/stable/reference/generated/numpy.lexsort.html
81258125 and the FIRST key in the sequence is used as the primary sort key,
81268126 followed by the 2nd key, etc.
8127+ Sorting is stable: when all sort keys compare equal, the original order is
8128+ preserved.
81278129
81288130 Parameters
81298131 ----------
You can’t perform that action at this time.
0 commit comments