Skip to content

Commit 5a8a64c

Browse files
amotzopAmotz
authored andcommitted
DOC: More types for groupby's by argument (pandas-dev#48377)
Added more relevant types to the documentation of the argument of functions Co-authored-by: Amotz <[email protected]>
1 parent 93faab5 commit 5a8a64c

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, pd.Grouper or list of labels
97+
by : mapping, function, label, pd.Grouper or list of such
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)