Skip to content

Commit 06eb37d

Browse files
committed
shortened summary
1 parent e5b3656 commit 06eb37d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@ def rolling(
38053805
@final
38063806
def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38073807
"""
3808-
Return an expanding grouper, providing expanding (cumulative)
3808+
Return an expanding grouper, providing expanding
38093809
functionality per group.
38103810
38113811
Parameters
@@ -3834,7 +3834,6 @@ def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38343834
38353835
Examples
38363836
--------
3837-
>>> import pandas as pd
38383837
>>> df = pd.DataFrame(
38393838
... {
38403839
... "Class": ["A", "A", "A", "B", "B", "B"],

0 commit comments

Comments
 (0)