remove
Returns DataFrame
without selected columns.
remove { columns }
Related operations: Add / map / remove columns
See column selectors for how to select the columns for this operation.
Properties
Strings
df.remove { name and weight }
df.remove("name", "weight")