623 B
Vendored
623 B
Vendored
Returns DataFrame without selected columns.
remove { columns }
See column selectors for how to select the columns for this operation.
df.remove { name and weight }
df.remove("name", "weight")