Skip to content

Commit 86f17cb

Browse files
Maximiliano Grecojavadnoorb
Maximiliano Greco
authored andcommitted
CLN: Removed not necessary bn switch decorator on nansum (pandas-dev#20481)
1 parent aa1dbd2 commit 86f17cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/nanops.py

-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def nanall(values, axis=None, skipna=True):
326326

327327

328328
@disallow('M8')
329-
@bottleneck_switch()
330329
def nansum(values, axis=None, skipna=True, min_count=0):
331330
values, mask, dtype, dtype_max = _get_values(values, skipna, 0)
332331
dtype_sum = dtype_max

0 commit comments

Comments
 (0)