We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87eb22 commit bf2fd65Copy full SHA for bf2fd65
pandas/core/groupby/groupby.py
@@ -519,7 +519,7 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
519
--------
520
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names to
521
positions of the elements in object.
522
- core.resample.Resampler.indices : Provides a mapping of group names to
+ core.groupby.SeriesGroupBy.indices : Provides a mapping of group names to
523
524
core.resample.Resampler.indices : Provides a mapping of group names to
525
0 commit comments