Skip to content

Commit 14bc4dc

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

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
@@ -4748,8 +4748,8 @@ def cumsum(self, numeric_only: bool = False, *args, **kwargs) -> NDFrameT:
47484748
47494749
Parameters
47504750
----------
4751-
numeric_only : bool
4752-
Optional argument with default as False.
4751+
numeric_only : bool, default False
4752+
Include only float, int, boolean columns.
47534753
*args : tuple
47544754
Positional arguments to be passed to `func`.
47554755
**kwargs : dict

0 commit comments

Comments
 (0)