Skip to content

ML.COMPOSE.COLUMN_SELECTOR

Selects columns in a DataFrame.

Syntax

ML.COMPOSE.COLUMN_SELECTOR(pattern, dtypes)

Arguments

Name Type Default Description
pattern str The pattern to match the column names.
dtypes list[str] The data types to match.

Examples

Examples coming soon

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

See also