File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,13 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
100100 -i " pandas.core.groupby.DataFrameGroupBy.plot PR02" \
101101 -i " pandas.core.groupby.DataFrameGroupBy.sem SA01" \
102102 -i " pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
103- -i " pandas.core.groupby.SeriesGroupBy.groups SA01" \
104103 -i " pandas.core.groupby.SeriesGroupBy.indices SA01" \
105104 -i " pandas.core.groupby.SeriesGroupBy.is_monotonic_decreasing SA01" \
106105 -i " pandas.core.groupby.SeriesGroupBy.is_monotonic_increasing SA01" \
107106 -i " pandas.core.groupby.SeriesGroupBy.nth PR02" \
108107 -i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
109108 -i " pandas.core.groupby.SeriesGroupBy.sem SA01" \
110109 -i " pandas.core.resample.Resampler.get_group RT03,SA01" \
111- -i " pandas.core.resample.Resampler.groups SA01" \
112110 -i " pandas.core.resample.Resampler.indices SA01" \
113111 -i " pandas.core.resample.Resampler.max PR01,RT03,SA01" \
114112 -i " pandas.core.resample.Resampler.mean SA01" \
Original file line number Diff line number Diff line change @@ -442,10 +442,12 @@ def groups(self) -> dict[Hashable, Index]:
442442
443443 See Also
444444 --------
445- core.groupby.DataFrameGroupBy.get_group : Get a DataFrame or Series that
446- contains the rows belonging to the specified group.
447- core.groupby.DataFrameGroupBy.indices : Get a dict with group labels as keys
448- and lists of integer indices of rows in each group as values.
445+ core.groupby.DataFrameGroupBy.get_group : Retrieve group from a
446+ ``DataFrameGroupBy`` object with provided name.
447+ core.groupby.SeriesGroupBy.get_group : Retrieve group from a
448+ ``SeriesGroupBy`` object with provided name.
449+ core.resample.Resampler.get_group : Retrieve group from a
450+ ``Resampler`` object with provided name.
449451
450452 Examples
451453 --------
You can’t perform that action at this time.
0 commit comments