We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2233f8 commit 0c58a7dCopy full SHA for 0c58a7d
pandas/core/_numba/kernels/min_max_.py
@@ -80,7 +80,7 @@ def sliding_min_max(
80
return output, na_pos
81
82
83
-@numba.jit(nopython=True, nogil=False, parallel=False)
+@numba.jit(nopython=True, nogil=True, parallel=False)
84
def grouped_min_max(
85
values: np.ndarray,
86
result_dtype: np.dtype,
0 commit comments