Fill Empty Values in Parquet Files Online
Fill empty and null values in Parquet files with a custom replacement value, directly in your browser.
Drop your .parquet file here
or click to browse — max 50 MB
About this tool
Replace null and empty values in a Parquet file with a custom placeholder. Set different fill values for text and numeric columns. Essential before loading data into tools that do not handle nulls well.
Frequently Asked Questions
What counts as a null or empty value in a Parquet file?
SQL NULL values and empty strings are both treated as missing and will be filled. Values that are whitespace only are not automatically treated as null — use the Trim tool first if needed.
Can I fill numeric and text columns with different values in a Parquet file?
Yes. Set a text fill value for string columns and optionally a separate numeric fill value for number columns. Enable the "Also fill numeric nulls" option to apply both.
What if I only want to fill nulls in specific columns of a Parquet file?
This tool fills all eligible columns. For column-level control, use the SQL Query tool and write SELECT COALESCE("col", 'replacement') AS "col" for each column you want to fill.
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
Convert CSV to Parquet Online
Convert CSV files to Parquet format directly in your browser. No upload required — your data never leaves your device.
Convert Parquet to CSV Online
Convert Parquet files to CSV format directly in your browser. No upload required — your data never leaves your device.
Convert Parquet to JSON Online
Convert Parquet files to JSON format directly in your browser. No upload required — your data never leaves your device.
Convert Parquet to NDJSON Online
Convert Parquet files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert Parquet to TSV Online
Convert Parquet files to TSV format directly in your browser. No upload required — your data never leaves your device.