Back to Modin

PandasOnPythonDataframeAxisPartition

docs/flow/modin/core/execution/python/implementations/pandas_on_python/partitioning/axis_partition.rst

0.37.11.0 KB
Original Source

PandasOnPythonDataframeAxisPartition """"""""""""""""""""""""""""""""""""

The class is specific implementation of :py:class:~modin.core.dataframe.pandas.partitioning.axis_partition.PandasDataframeAxisPartition, providing the API to perform operations on an axis partition, using Python as the execution engine. The axis partition is made up of list of block partitions that are stored in this class.

Public API

.. autoclass:: modin.core.execution.python.implementations.pandas_on_python.partitioning.virtual_partition.PandasOnPythonDataframeAxisPartition

PandasOnPythonFrameColumnPartition """"""""""""""""""""""""""""""""""

Public API

.. autoclass:: modin.core.execution.python.implementations.pandas_on_python.partitioning.virtual_partition.PandasOnPythonDataframeColumnPartition :members:

PandasOnPythonFrameRowPartition """""""""""""""""""""""""""""""

Public API

.. autoclass:: modin.core.execution.python.implementations.pandas_on_python.partitioning.virtual_partition.PandasOnPythonDataframeRowPartition :members: