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