You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/groupby.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ only verifies that you've passed a valid mapping.
196
196
GroupBy sorting
197
197
~~~~~~~~~~~~~~~~~~~~~~~~~
198
198
199
-
By default the group keys are sorted during the ``groupby`` operation. You may however pass ``sort=False`` for potential speedups:
199
+
By default the group keys are sorted during the ``groupby`` operation. You may however pass ``sort=False`` for potential speedups. With ``sort=False`` the order among group-keys follows the order of appearance of the keys in the original dataframe:
0 commit comments