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
169169 pandas.Interval\
170170 pandas.Grouper\
171171 pandas.core.groupby.SeriesGroupBy.apply\
172- pandas.core.groupby.SeriesGroupBy.transform\
173- pandas.core.groupby.DataFrameGroupBy.transform\
174172 pandas.core.groupby.DataFrameGroupBy.nth\
175173 pandas.core.groupby.DataFrameGroupBy.rolling\
176174 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.
486486
487487Parameters
488488----------
489- f : function, str
489+ func : function, str
490490 Function to apply to each group. See the Notes section below for requirements.
491491
492492 Accepted inputs are:
You can’t perform that action at this time.
0 commit comments