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 @@ -149,7 +149,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
149149 -i " pandas.errors.PossiblePrecisionLoss SA01" \
150150 -i " pandas.errors.UndefinedVariableError PR01,SA01" \
151151 -i " pandas.errors.UnsortedIndexError SA01" \
152- -i " pandas.errors.UnsupportedFunctionCall SA01" \
153152 -i " pandas.errors.ValueLabelTypeMismatch SA01" \
154153 -i " pandas.infer_freq SA01" \
155154 -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