Back to Modin

PandasOnRayDataframe

docs/flow/modin/core/execution/ray/implementations/pandas_on_ray/dataframe.rst

0.37.1580 B
Original Source

PandasOnRayDataframe """"""""""""""""""""

The class is specific implementation of :py:class:~modin.core.dataframe.pandas.dataframe.dataframe.PandasDataframe class using Ray distributed engine. It serves as an intermediate level between :py:class:~modin.core.storage_formats.pandas.query_compiler.PandasQueryCompiler and :py:class:~modin.core.execution.ray.implementations.pandas_on_ray.partitioning.PandasOnRayDataframePartitionManager.

Public API

.. autoclass:: modin.core.execution.ray.implementations.pandas_on_ray.dataframe.PandasOnRayDataframe :members: