Skip to content

Commit c669cab

Browse files
committed
Update per review
1 parent 9680f4a commit c669cab

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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``.

pandas/core/shared_docs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@
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``.

0 commit comments

Comments
 (0)