modin
modin copied to clipboard
Use `pandas.api.types.pandas_dtype` instead of `np.dtype` in all Modin codebase to allow work with pandas dtypes
Continuation of https://github.com/modin-project/modin/pull/6788
Also need to enable test_dtype_consistency
for HDK.