Skip to content

Commit b0437c3

Browse files
committed
Added docstring
1 parent e6a103a commit b0437c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/groupby/groupby.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,6 +4687,8 @@ 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.
46904692
*args : tuple
46914693
Positional arguments to be passed to `func`.
46924694
**kwargs : dict
@@ -4746,6 +4748,8 @@ def cumsum(self, numeric_only: bool = False, *args, **kwargs) -> NDFrameT:
47464748
47474749
Parameters
47484750
----------
4751+
numeric_only : bool
4752+
Optional argument with default as False.
47494753
*args : tuple
47504754
Positional arguments to be passed to `func`.
47514755
**kwargs : dict

0 commit comments

Comments
 (0)