We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0cf00 commit 37387b3Copy full SHA for 37387b3
pandas/core/groupby/groupby.py
@@ -771,9 +771,9 @@ def pipe(
771
a `(callable, data_keyword)` tuple where `data_keyword` is a
772
string indicating the keyword of `callable` that expects the
773
GroupBy object.
774
- args : iterable, optional
+ *args : iterable, optional
775
Positional arguments passed into `func`.
776
- kwargs : dict, optional
+ **kwargs : dict, optional
777
A dictionary of keyword arguments passed into `func`.
778
779
Returns
0 commit comments