Skip to content

Commit 11dcced

Browse files
committed
BLD: fix group_median
1 parent 5c78ecb commit 11dcced

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pandas/algos.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -2503,9 +2503,6 @@ def group_median(ndarray[float64_t, ndim=2] out,
25032503
ndarray[int64_t] _counts
25042504
ndarray data
25052505
float64_t* ptr
2506-
2507-
from pandas._algos import take_2d_axis1_float64
2508-
25092506
ngroups = len(counts)
25102507
N, K = (<object> values).shape
25112508

pandas/src/data_algos.pyx

-1
This file was deleted.

0 commit comments

Comments
 (0)