Skip to content

Commit 5614dad

Browse files
pilkibunWillAyd
pilkibun
authored andcommitted
CLN: docstring (#27410)
1 parent 24bd67e commit 5614dad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/groupby/grouper.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ class Grouper:
4141
level and/or axis parameters are given, a level of the index of the target
4242
object.
4343
44-
These are local specifications and will override 'global' settings,
45-
that is the parameters axis and level which are passed to the groupby
46-
itself.
44+
If `axis` and/or `level` are passed as keywords to both `Grouper` and
45+
`groupby`, the values passed to `Grouper` take precedence.
4746
4847
Parameters
4948
----------

0 commit comments

Comments
 (0)