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.

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.