Back to Modin

PandasOnRayDataframePartitionManager

docs/flow/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition_manager.rst

0.37.1509 B
Original Source

PandasOnRayDataframePartitionManager """"""""""""""""""""""""""""""""""""

This class is the specific implementation of :py:class:~modin.core.execution.ray.generic.partitioning.GenericRayDataframePartitionManager using Ray distributed engine. This class is responsible for partition manipulation and applying a function to block/row/column partitions.

Public API

.. autoclass:: modin.core.execution.ray.implementations.pandas_on_ray.partitioning.PandasOnRayDataframePartitionManager :members: