select_columns_tool
Select specific columns from tabular data, removing all other columns. Useful for narrowing datasets to only needed fields.
Instructions
Select specific columns from data, dropping all others.
Shorthand for transform_data(operation='select').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Row dicts from get_resource_data() | |
| columns | Yes | Column names to keep |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||