File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -720,10 +720,14 @@ def get_group(self, name) -> DataFrame | Series:
720
720
721
721
See Also
722
722
--------
723
- DataFrameGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
724
- DataFrameGroupBy.indices: Provides a mapping of group rows to positions of the elements.
725
- SeriesGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
726
- SeriesGroupBy.indices: Provides a mapping of group rows to positions of the elements.
723
+ DataFrameGroupBy.groups: Dictionary representation of the groupings formed
724
+ during a groupby operation.
725
+ DataFrameGroupBy.indices: Provides a mapping of group rows to positions
726
+ of the elements.
727
+ SeriesGroupBy.groups: Dictionary representation of the groupings formed
728
+ during a groupby operation.
729
+ SeriesGroupBy.indices: Provides a mapping of group rows to positions
730
+ of the elements.
727
731
728
732
Examples
729
733
--------
You can’t perform that action at this time.
0 commit comments