We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed7dae commit f20c5c9Copy full SHA for f20c5c9
ci/code_checks.sh
@@ -169,8 +169,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
169
pandas.Interval\
170
pandas.Grouper\
171
pandas.core.groupby.SeriesGroupBy.apply\
172
- pandas.core.groupby.SeriesGroupBy.transform\
173
- pandas.core.groupby.DataFrameGroupBy.transform\
174
pandas.core.groupby.DataFrameGroupBy.nth\
175
pandas.core.groupby.DataFrameGroupBy.rolling\
176
pandas.core.groupby.SeriesGroupBy.nth\
pandas/core/groupby/groupby.py
@@ -486,7 +486,7 @@ class providing the base-class of operations.
486
487
Parameters
488
----------
489
-f : function, str
+func : function, str
490
Function to apply to each group. See the Notes section below for requirements.
491
492
Accepted inputs are:
0 commit comments