Drop the specified columns from the dataset.
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)
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.