File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -716,16 +716,15 @@ def get_group(self, name) -> DataFrame | Series:
716
716
Returns
717
717
-------
718
718
Series or DataFrame
719
- Get the respective Series or DataFrame corresponding to the group provided
719
+ Get the respective Series or DataFrame corresponding to the group provided.
720
720
721
721
See Also
722
722
--------
723
- DataFrameGroupBy.groups: dictionary representation of the groupings formed during a groupby operation
723
+ DataFrameGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
724
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
725
+ SeriesGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
726
726
SeriesGroupBy.indices: Provides a mapping of group rows to positions of the elements.
727
727
728
-
729
728
Examples
730
729
--------
731
730
You can’t perform that action at this time.
0 commit comments