docs/flow/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition.rst
PandasOnRayDataframePartition """""""""""""""""""""""""""""
The class is the specific implementation of :py:class:~modin.core.dataframe.pandas.partitioning.partition.PandasDataframePartition,
providing the API to perform operations on a block partition, namely, pandas.DataFrame, using Ray as an execution engine.
In addition to wrapping a pandas.DataFrame, the class also holds the following metadata:
length - length of pandas.DataFrame wrappedwidth - width of pandas.DataFrame wrappedip - node IP address that holds pandas.DataFrame wrappedAn operation on a block partition can be performed in two modes:
~modin.core.execution.ray.implementations.pandas_on_ray.partitioning.PandasOnRayDataframePartition.apply~modin.core.execution.ray.implementations.pandas_on_ray.partitioning.PandasOnRayDataframePartition.add_to_apply_calls.. autoclass:: modin.core.execution.ray.implementations.pandas_on_ray.partitioning.PandasOnRayDataframePartition :members:
.. _asynchronously: https://en.wikipedia.org/wiki/Asynchrony_(computer_programming) .. _lazily: https://en.wikipedia.org/wiki/Lazy_evaluation