ML.DATA.SELECT_COLUMNS¶
Selects the specified columns from the DataFrame.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| data | object | Positional argument 1 | |
| columns | list[str] | The columns to select. |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.