Description Usage Arguments Value
Drop the specified columns from the dataset. If a timeseries column is dropped, the corresponding capabilities will be dropped for the returned dataset as well.
1 | drop_columns_from_dataset(dataset, columns)
|
dataset |
The Tabular Dataset object. |
columns |
A name or a list of names for the columns to drop. |
A new TabularDataset object with the specified columns dropped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.