Skip to content

Commit b1ffc5c

Browse files
Maximiliano GrecoAndrew Bui
Maximiliano Greco
authored and
Andrew Bui
committed
CLN: Removed not necessary bn switch decorator on nansum (pandas-dev#20481)
1 parent 2907903 commit b1ffc5c

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)