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 85fa90e commit 082059cCopy full SHA for 082059c
pandas/core/groupby/groupby.py
@@ -715,7 +715,16 @@ def get_group(self, name) -> DataFrame | Series:
715
716
Returns
717
-------
718
- DataFrame or Series
+ Series or DataFrame
719
+ Get the respective Series or DataFrame corresponding to the group provided
720
+
721
+ See Also
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.
727
728
729
Examples
730
--------
0 commit comments