Split Parquet Files Online
Split Parquet files into multiple smaller files by row count, directly in your browser.
About this tool
Split large Parquet files into smaller chunks by row count. Each output file is a valid Parquet file with the same headers. Useful for working with tools or APIs that have row limits.
Frequently Asked Questions
How does the Parquet file splitter decide where to cut?
It divides rows evenly into chunks of the size you specify. If the file does not divide evenly, the last chunk contains the remaining rows.
Do the split Parquet files include column headers?
Yes. Every output file gets the same column headers as the original, so each chunk is a valid standalone file.
What format are the output files when I split a Parquet file?
The output format matches the input — splitting a Parquet file produces multiple Parquet files, one per chunk.
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
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.
Format Timestamps in Parquet Files Online
Reformat timestamp and date columns in Parquet files directly in your browser. Convert between ISO 8601, Unix epoch, US date, and custom strftime patterns — no upload required.