Skip to content

Commit d8ddfca

Browse files
authored
DOC: add pd.Grouper type to groupby by argument types (#48357)
1 parent 82c39f0 commit d8ddfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/shared_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
9595
Parameters
9696
----------
97-
by : mapping, function, label, or list of labels
97+
by : mapping, function, label, pd.Grouper or list of labels
9898
Used to determine the groups for the groupby.
9999
If ``by`` is a function, it's called on each value of the object's
100100
index. If a dict or Series is passed, the Series or dict VALUES

0 commit comments

Comments
 (0)