We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bd67e commit 5614dadCopy full SHA for 5614dad
pandas/core/groupby/grouper.py
@@ -41,9 +41,8 @@ class Grouper:
41
level and/or axis parameters are given, a level of the index of the target
42
object.
43
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.
+ If `axis` and/or `level` are passed as keywords to both `Grouper` and
+ `groupby`, the values passed to `Grouper` take precedence.
47
48
Parameters
49
----------
0 commit comments