From 82e8285248af8cdbc0653eedf36deaee07bd55fa Mon Sep 17 00:00:00 2001 From: pilkibun Date: Mon, 15 Jul 2019 22:49:50 +0000 Subject: [PATCH] CLN: docstring --- pandas/core/groupby/grouper.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pandas/core/groupby/grouper.py b/pandas/core/groupby/grouper.py index a127d092b7b1a..f8417c3f01eac 100644 --- a/pandas/core/groupby/grouper.py +++ b/pandas/core/groupby/grouper.py @@ -41,9 +41,8 @@ class Grouper: level and/or axis parameters are given, a level of the index of the target object. - These are local specifications and will override 'global' settings, - that is the parameters axis and level which are passed to the groupby - itself. + If `axis` and/or `level` are passed as keywords to both `Grouper` and + `groupby`, the values passed to `Grouper` take precedence. Parameters ----------