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 969ceb0 commit 24ac88cCopy full SHA for 24ac88c
pandas/core/groupby/groupby.py
@@ -518,11 +518,11 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
518
See Also
519
--------
520
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group rows to
521
- positions of the elements in object.
+ positions of the elements.
522
core.groupby.SeriesGroupBy.indices : Provides a mapping of group rows to
523
524
core.resample.Resampler.indices : Provides a mapping of group rows to
525
526
527
Examples
528
0 commit comments