Preview Flyte 2 for productionHosted on Union.ai
Modin

Modin

flytekitplugins-modin

FlytekitData & DataFramemodindataframepandasparallel

Modin is a pandas-accelerator that helps handle large datasets. It is a light-weight extension that is similar to the pandas API. It uses the concept of parallelism to reduce overhead, and improve the performance of pandas operations by leveraging the compute resources available.

Install
pip install flytekitplugins-modin

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-modin

from flytekit import task, workflow
from flytekitplugins.modin import ModinPandasDataFrameTransformer

config = ModinPandasDataFrameTransformer(...)

@task
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

transformerModinPandasDataFrameTransformer

Transforms ModinPandas DataFrame's to and from a Schema (typed/untyped).

extends TypeTransformer — converts python types to/from flyte-native types

from flytekitplugins.modin import ModinPandasDataFrameTransformer

Dependencies

fsspec

Related Plugins

Package Info

Min Flytekit1.0.0
Modules1

Downloads

Last day2
Last week146
Last month1,408