Skip to content

Commit e6a103a

Browse files
committed
Add numeric_only to cumprod and cumsum func signature
1 parent 54bf3aa commit e6a103a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/groupby/groupby.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,8 +4687,6 @@ def cumprod(self, numeric_only: bool = False, *args, **kwargs) -> NDFrameT:
46874687
46884688
Parameters
46894689
----------
4690-
numeric_only : bool
4691-
Optional argument with default as False.
46924690
*args : tuple
46934691
Positional arguments to be passed to `func`.
46944692
**kwargs : dict
@@ -4748,8 +4746,6 @@ def cumsum(self, numeric_only: bool = False, *args, **kwargs) -> NDFrameT:
47484746
47494747
Parameters
47504748
----------
4751-
numeric_only : bool
4752-
Optional argument with default as False.
47534749
*args : tuple
47544750
Positional arguments to be passed to `func`.
47554751
**kwargs : dict

0 commit comments

Comments
 (0)