Skip to content

Commit

Permalink
Fix: Matches the right format
Browse files Browse the repository at this point in the history
  • Loading branch information
Axeldnahcram committed Dec 2, 2024
1 parent b167840 commit c670853
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,16 +716,15 @@ def get_group(self, name) -> DataFrame | Series:
Returns
-------
Series or DataFrame
Get the respective Series or DataFrame corresponding to the group provided
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.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.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 c670853

Please sign in to comment.