Aggregate Parquet Files Online
Group and aggregate Parquet files by any column directly in your browser. Calculate sum, average, min, max, and count for any numeric column — no upload required.
About this tool
Group and summarise a Parquet file by any column combination. Compute SUM, AVG, MIN, MAX, and COUNT for numeric columns. Download the aggregated result ready for reporting or further analysis — all in your browser.
Frequently Asked Questions
What aggregation functions does the Parquet aggregate tool support?
SUM, AVG (mean), MIN, MAX, and COUNT. You can apply multiple functions to the same column and group by any number of columns.
Can I group by multiple columns when aggregating a Parquet file?
Yes. Add multiple group-by columns and the aggregations are computed for each unique combination of values across those columns.
What happens to non-numeric columns when aggregating a Parquet file?
SUM, AVG, MIN, and MAX apply to numeric columns only. COUNT works on any column type and counts non-null values. Non-aggregated, non-grouped columns must be excluded from the output.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Add Row Numbers to Parquet Files Online
Add a row number index column to Parquet files directly in your browser. Set the column name and starting number — no upload required.
Validate Parquet Files Online
Validate Parquet file structure in your browser. Check null counts, distinct values, and data types for every column — no upload required.
Count Values in Parquet Files Online
Group and count rows by any column in Parquet files directly in your browser. Sort by frequency or value to find the most common entries — no upload required.
Extract Unique Values from Parquet Files Online
Extract all distinct values from any column in Parquet files directly in your browser. Download the unique values list — no upload required.
Compare Parquet Files Online
Compare two Parquet files directly in your browser. See rows only in file A, only in file B, and rows common to both — no upload required.