csv_group_by
Group CSV data by a specified column and calculate aggregate statistics like sum, average, or count on another column to analyze patterns and trends.
Instructions
Group rows by a column and compute an aggregate on another column
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the CSV file | |
| group_column | Yes | Column to group by | |
| agg_column | Yes | Numeric column to aggregate | |
| operation | Yes | Aggregation function |