Merge Parquet Files Online
Merge and concatenate multiple Parquet files into one, directly in your browser.
About this tool
Combine multiple Parquet files into a single file by stacking their rows. All files are loaded in your browser and concatenated in order. Useful for joining monthly exports, log files, or split datasets back together.
Frequently Asked Questions
Do all Parquet files I merge need the same columns?
Ideally yes — the tool stacks rows from all files in order. If schemas differ, missing columns are filled with null values in the output.
How many Parquet files can I merge at once?
There is no hard limit. Add as many files as you need. All files are loaded in your browser and combined in the order you add them.
Is the merged Parquet output sorted?
Rows appear in file order — all rows from the first file, then the second, and so on. If you need a specific order, run the result through the Sort tool.
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 Cumulative Sum to Parquet Files Online
Add a running total column to Parquet files for any numeric column. Optionally order by a date or sequence column and restart totals per group — no upload required.
Detect Outliers in Parquet Files Online
Detect statistical outliers in Parquet files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
Validate Email Addresses in Parquet Files Online
Validate email addresses in Parquet files directly in your browser. Add a boolean column flagging valid and invalid emails, or filter to show only invalid rows — no upload required.
Add Moving Average to Parquet Files Online
Add a moving average, rolling sum, rolling min, or rolling max column to Parquet files directly in your browser. Choose window size, order-by column, and optional partitioning — no upload required.
Search Text in Parquet Files Online
Search for text across all string columns in Parquet files directly in your browser. Filter rows to only those containing your search term and download the results — no upload required.