Sort Parquet Files Online
Sort Parquet files by any column, ascending or descending, directly in your browser.
About this tool
Sort Parquet files by any column — ascending or descending — directly in your browser. Add multiple sort keys for tie-breaking. Your data never leaves your device.
Frequently Asked Questions
Can I sort a Parquet file by multiple columns?
Yes. Add multiple sort keys and choose ascending or descending for each. The sort is applied in the order you add the columns — the first column is the primary sort key.
Does sorting a Parquet file work correctly on numbers and dates?
Yes. Numeric columns sort numerically rather than alphabetically, so 10 comes after 9. Date and timestamp columns sort chronologically when the format is recognised automatically.
Is there a row limit for sorting Parquet files?
There is no row limit. Sorting happens entirely in your browser memory — files up to the available RAM on your device work fine.
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 Percent of Total to Parquet Files Online
Add a percentage-of-total column to Parquet files directly in your browser. Show each row's share of the grand total, or the share within each group — no upload required.
Parse URL Column in Parquet Files Online
Parse URL columns in Parquet files and extract host, path, query string, and fragment into separate columns — directly in your browser, no upload required.
Add Lag / Lead Column to Parquet Files Online
Add a LAG or LEAD column to Parquet files to shift any column forward or backward by N rows. See previous day's sales, next value in a sequence, or any time-shifted comparison — runs entirely in your browser.
Filter by Date Range Parquet Files Online
Filter Parquet files to rows within a date range using simple start and end date pickers. See a live match count before you apply the filter — no upload required, runs in your browser.
Compute Correlation Matrix for Parquet Files Online
Compute a Pearson correlation matrix for numeric columns in Parquet files directly in your browser. Instantly spot which variables move together — colour-coded heatmap, no upload required.