table_table_aggregate
Compute aggregate statistics (count, sum, average, min, max, or unique values) on a column of a CSV or TSV file. Specify the file, column, and operation to get results.
Instructions
[table] Compute an aggregate over a column in a CSV/TSV file. Operations: count, sum, avg, min, max, unique.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| column | Yes | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |