CSV Aggregate

CSV Aggregate

Single file

Aggregate grouped CSV rows

Inputs
dataset
Outputs
dataset

Overview

Groups rows by a column and computes a summary per group — count, sum, average, min, or max. One output row per group.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Group byrequiredThe column whose distinct values define the groups.
Operationrequiredcount, sum, avg, min, or max.
Target columnThe column to aggregate (not needed for count).
Output variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Try it

Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.

Sample input · data

cityproductamount
TunisA100
TunisB150
SfaxA80
SousseC60
SfaxB120

This is a live preview — the sample and results are temporary and never saved.