Skip to content

PipelineChild

laktory.models.pipelinechild.PipelineChild ยค

Bases: BaseChild

Pipeline Child Class

PARAMETER DESCRIPTION
dataframe_api_

DataFrame API to use in DataFrame Transformer nodes. Either 'NATIVE' (backend-specific) or 'NARWHALS' (backend-agnostic).

TYPE: Literal['NARWHALS', 'NATIVE'] | VariableType DEFAULT: None

dataframe_backend_

Type of DataFrame backend

TYPE: DataFrameBackends | VariableType DEFAULT: None