clean_drop_columns
Drop specified columns from a dataset, preserving the original. Returns a new source ID with row/col deltas and a replayable recipe in SQL, Polars, or Pandas.
Instructions
New source with the named columns dropped. Original is preserved.
Returns the new source_id (auto-named `{source}_v{N}` unless `alias`
is provided), row/col deltas, and a Recipe with SQL/Polars/Pandas
equivalents for replay outside the MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| columns | Yes | ||
| source_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||