Files
2026-02-08 11:20:43 -10:00

623 B
Vendored

Returns DataFrame without selected columns.

remove { columns }

Related operations:

See column selectors for how to select the columns for this operation.

df.remove { name and weight }
df.remove("name", "weight")