Skip to content

ML.COMPOSE.COLUMN_TRANSFORMER

Applies a transformer to columns in a DataFrame.

Syntax

ML.COMPOSE.COLUMN_TRANSFORMER(transformer, cols)

Arguments

Name Type Default Description
transformer object The transformer.
cols list[str] str int

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also