Description Usage Arguments Value
Keep the specified columns and drops all others from the dataset. If a timeseries column is dropped, the corresponding capabilities will be dropped for the returned dataset as well.
1 | keep_columns_from_dataset(dataset, columns, validate = FALSE)
|
dataset |
The Tabular Dataset object |
columns |
The name or a list of names for the columns to keep. |
validate |
Indicates whether to validate if data can be loaded from the returned dataset. The default is False. Validation requires that the data source is accessible from current compute. |
A new Tabular Dataset object with only the specified columns kept.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.