We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0141747 commit a24f321Copy full SHA for a24f321
pandas/_libs/groupby.pyx
@@ -28,8 +28,6 @@ cdef double nan = NaN
28
cdef extern from "numpy/npy_math.h" nogil:
29
bint npy_isnan(double x)
30
31
-import missing
32
-
33
34
# TODO: aggregate multiple columns in single pass
35
# ----------------------------------------------------------------------
0 commit comments