ML.COMPOSE.COLUMN_SELECTOR¶
Selects columns in a DataFrame.
Syntax¶
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.