File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
169
169
pandas.Interval\
170
170
pandas.Grouper\
171
171
pandas.core.groupby.SeriesGroupBy.apply\
172
- pandas.core.groupby.SeriesGroupBy.transform\
173
- pandas.core.groupby.DataFrameGroupBy.transform\
174
172
pandas.core.groupby.DataFrameGroupBy.nth\
175
173
pandas.core.groupby.DataFrameGroupBy.rolling\
176
174
pandas.core.groupby.SeriesGroupBy.nth\
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ class providing the base-class of operations.
486
486
487
487
Parameters
488
488
----------
489
- f : function, str
489
+ func : function, str
490
490
Function to apply to each group. See the Notes section below for requirements.
491
491
492
492
Accepted inputs are:
You can’t perform that action at this time.
0 commit comments