mars.contrib.dask.convert_dask_collection

mars.contrib.dask.convert_dask_collection(dc)[source]

Convert dask collection object into mars.core.Object via remote API

Parameters

dc (dask collection) – Dask collection object to be converted.

Returns

Mars Object.

Return type

Object