Skip to content

Commit

Permalink
Added sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Axeldnahcram committed Dec 2, 2024
1 parent 85fa90e commit 082059c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,16 @@ def get_group(self, name) -> DataFrame | Series:
Returns
-------
DataFrame or Series
Series or DataFrame
Get the respective Series or DataFrame corresponding to the group provided
See Also
--------
DataFrameGroupBy.groups: dictionary representation of the groupings formed during a groupby operation
DataFrameGroupBy.indices: Provides a mapping of group rows to positions of the elements.
SeriesGroupBy.groups: dictionary representation of the groupings formed during a groupby operation
SeriesGroupBy.indices: Provides a mapping of group rows to positions of the elements.
Examples
--------
Expand Down

0 comments on commit 082059c

Please sign in to comment.