| drop_columns_from_dataset {azuremlsdk} | R Documentation | 
Drop the specified columns from the dataset.
Description
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.
Usage
drop_columns_from_dataset(dataset, columns)
Arguments
| dataset | The Tabular Dataset object. | 
| columns | A name or a list of names for the columns to drop. | 
Value
A new TabularDataset object with the specified columns dropped.
[Package azuremlsdk version 1.10.0 Index]