File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9479,11 +9479,6 @@ def groupby(
94799479 when the result's index (and column) labels match the inputs, and
94809480 are included otherwise.
94819481
9482- Warns that ``group_keys`` will no longer be ignored when the
9483- result from ``apply`` is a like-indexed Series or DataFrame.
9484- Specify ``group_keys`` explicitly to include the group keys or
9485- not.
9486-
94879482 .. versionchanged:: 2.0.0
94889483
94899484 ``group_keys`` now defaults to ``True``.
Original file line number Diff line number Diff line change 139139 when the result's index (and column) labels match the inputs, and
140140 are included otherwise.
141141
142- Warns that ``group_keys`` will no longer be ignored when the
143- result from ``apply`` is a like-indexed Series or DataFrame.
144- Specify ``group_keys`` explicitly to include the group keys or
145- not.
146-
147142 .. versionchanged:: 2.0.0
148143
149144 ``group_keys`` now defaults to ``True``.
You can’t perform that action at this time.
0 commit comments