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