Skip to content

Commit 1196bb0

Browse files
amotzopAmotz
and
Amotz
authored
DOC: More types for groupby's by argument (#48377)
Added more relevant types to the documentation of the argument of functions Co-authored-by: Amotz <[email protected]>
1 parent 6f8ab49 commit 1196bb0

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)