Skip to content

Commit f731062

Browse files
committed
Pre commit format
1 parent c670853 commit f731062

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pandas/core/groupby/groupby.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,14 @@ def get_group(self, name) -> DataFrame | Series:
720720
721721
See Also
722722
--------
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.
727731
728732
Examples
729733
--------

0 commit comments

Comments
 (0)