File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
138138 -i " pandas.errors.PossibleDataLossError SA01" \
139139 -i " pandas.errors.UndefinedVariableError PR01,SA01" \
140140 -i " pandas.errors.UnsortedIndexError SA01" \
141- -i " pandas.errors.UnsupportedFunctionCall SA01" \
142141 -i " pandas.errors.ValueLabelTypeMismatch SA01" \
143142 -i " pandas.infer_freq SA01" \
144143 -i " pandas.io.json.build_table_schema PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -76,6 +76,12 @@ class UnsupportedFunctionCall(ValueError):
7676
7777 For example, ``np.cumsum(groupby_object)``.
7878
79+ See Also
80+ --------
81+ DataFrame.groupby : Group DataFrame using a mapper or by a Series of columns.
82+ Series.groupby : Group Series using a mapper or by a Series of columns.
83+ core.groupby.GroupBy.cumsum : Compute cumulative sum for each group.
84+
7985 Examples
8086 --------
8187 >>> df = pd.DataFrame(
You can’t perform that action at this time.
0 commit comments