csv_aggregate
Calculate aggregate statistics like sum, average, min, max, count, or median on numeric columns in CSV files to analyze data patterns and extract insights.
Instructions
Compute an aggregate (sum, avg, min, max, count, median) on a numeric column
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the CSV file | |
| column | Yes | Numeric column to aggregate | |
| operation | Yes | Aggregation function |