Basic implementation should work for `Dask` engine. It already works for `Ray` engine. Links to basic implementations: https://github.com/modin-project/modin/blob/d590de080dddb7ed715a58d57c602d96322c4dcf/modin/core/dataframe/pandas/dataframe/dataframe.py#L105 https://github.com/modin-project/modin/blob/d590de080dddb7ed715a58d57c602d96322c4dcf/modin/core/dataframe/pandas/dataframe/dataframe.py#L124 Links to `Dask` redefinitions: https://github.com/modin-project/modin/blob/d590de080dddb7ed715a58d57c602d96322c4dcf/modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py#L47 https://github.com/modin-project/modin/blob/d590de080dddb7ed715a58d57c602d96322c4dcf/modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py#L64
Basic implementation should work for
Daskengine. It already works forRayengine.Links to basic implementations:
modin/modin/core/dataframe/pandas/dataframe/dataframe.py
Line 105 in d590de0
modin/modin/core/dataframe/pandas/dataframe/dataframe.py
Line 124 in d590de0
Links to
Daskredefinitions:modin/modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py
Line 47 in d590de0
modin/modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py
Line 64 in d590de0