Group and aggregate data with sum, count, average, min, max operations.
e.g. Multiple grouping levels, chart output, export
“Group sales by region and month, showing total sales amount and order count”
Create a data aggregator app (like a simple pivot table). Aggregation: {grouping_needs} Upload CSV, select group-by columns, choose aggregations (sum, count, avg, min, max), preview results, download. Use PapaParse — import Papa from 'https://esm.sh/papaparse@5'. {additional_requirements}
Highlighted values like {variable} will be replaced with your inputs.
Fill in the fields and generate your app instantly