Skip to content

Commit ca1c4f5

Browse files
maushumeemroeschke
andauthored
Update pandas/core/groupby/groupby.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 75f0b15 commit ca1c4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,8 +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.
4690+
numeric_only : bool, default False
4691+
Include only float, int, boolean columns.
46924692
*args : tuple
46934693
Positional arguments to be passed to `func`.
46944694
**kwargs : dict

0 commit comments

Comments
 (0)