PandasOnPythonDataframePartition#

The class is specific implementation of PandasDataframePartitionManager using Python as the execution engine. This class is responsible for partitions manipulation and applying a function to block/row/column partitions.

Public API#

class modin.core.execution.python.implementations.pandas_on_python.partitioning.partition_manager.PandasOnPythonDataframePartitionManager#

Class for managing partitions with pandas storage format and Python engine.

Inherits all functionality from PandasDataframePartitionManager base class.