PythonFrameManager

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

Public API

class modin.engines.python.pandas_on_python.frame.partition_manager.PandasOnPythonFramePartitionManager

Class for managing partitions with pandas backend and Python engine.

Inherits all functionality from PandasFramePartitionManager base class.