DataTable.
drop
Drop specified columns from a DataTable.
columns (str or list[str]) – Column name or names to drop. Must be present in the DataTable.
DataTable with the specified columns removed.
woodwork.DataTable