powered by
Removes the specified column(s) from the dataset.
trim_data(columns, data)
(string): A comma separated list of column(s) that needs to be removed from the dataset. Default: ''
(dataframe): Dataframe containing the input data.
A dataframe with the specified column(s) removed from it.