File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -517,12 +517,12 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
517
517
518
518
See Also
519
519
--------
520
- core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names
521
- to positions of the elements in object.
522
- core.resample.Resampler.indices : Provides a mapping of group names
523
- to positions of the elements in object.
524
- core.resample.Resampler.indices : Provides a mapping of group names
525
- to positions of the elements in object.
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
523
+ positions of the elements in object.
524
+ core.resample.Resampler.indices : Provides a mapping of group names to
525
+ positions of the elements in object.
526
526
527
527
Examples
528
528
--------
You can’t perform that action at this time.
0 commit comments