ray.data.Dataset.to_mars#
- Dataset.to_mars() mars.dataframe.DataFrame [source]#
Convert this
Dataset
into a Mars DataFrame.Note
This operation will trigger execution of the lazy transformations performed on this dataset.
Time complexity: O(dataset size / parallelism)
- Returns:
A Mars DataFrame created from this dataset.