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 d3a266d commit 36afc0fCopy full SHA for 36afc0f
pandas/core/nanops_numba.py
@@ -513,6 +513,7 @@ def _chunk_arr_into_arr_list(
513
chunk for row in mask_list for chunk in np.array_split(row, n_threads)
514
]
515
516
+ arr_list, mask_list = NumbaList(arr_list), NumbaList(mask_list)
517
return arr_list, mask_list, final_length
518
519
0 commit comments