Skip to content

Commit 334fb7a

Browse files
DOC: remove redundant space
1 parent 0acb69c commit 334fb7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -11740,7 +11740,6 @@ def sum(
1174011740
Exclude NA/null values when computing the result.
1174111741
numeric_only : bool, default False
1174211742
Include only float, int, boolean columns. Not implemented for Series.
11743-
1174411743
min_count : int, default 0
1174511744
The required number of valid values to perform the operation. If fewer than
1174611745
``min_count`` non-NA values are present the result will be NA.

0 commit comments

Comments
 (0)