Drop Columns
Last updated
Last updated
Drop columns by passing either an include_cols list of columns to include or an exclude_cols list of columns to exclude.
Passing both include_cols and exclude_cols will result in an error.
include_cols
column_list
A list of the columns from the dataset you want to keep.
True
exclude_cols
column_list
A list of the columns from the dataset you want to drop. Any columns not in the exclude_cols list will be kept.
True