Split Column in Parquet Files Online
Split a column into multiple columns by delimiter in Parquet files directly in your browser. Turn "First Last" into separate first and last name columns — no upload required.
About this tool
Split a single column in a Parquet file into multiple columns by a delimiter. Turn "First Last" into separate first-name and last-name columns, or split pipe-delimited codes into individual fields.
Frequently Asked Questions
What delimiters can I use to split a column in a Parquet file?
Any single character — comma, space, hyphen, pipe, underscore, or a custom character you enter. The split applies to every row in the column.
What are the output columns named after splitting a column in a Parquet file?
The original column name with a numeric suffix: col_1, col_2, and so on. You can rename them afterwards using the Rename Columns tool.
What happens if a value has fewer parts than other rows when splitting a Parquet column?
Short values produce null in the extra output columns for that row. No data is lost from other columns.
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
Split Column in JSON Files Online
Split a column into multiple columns by delimiter in JSON files directly in your browser. Turn "First Last" into separate first and last name columns — no upload required.
Combine Columns in Parquet Files Online
Combine multiple columns into one in Parquet files directly in your browser. Merge first name and last name, join address fields, or concatenate any columns with a custom separator — no upload required.
Convert Case in Parquet Files Online
Convert text columns to UPPERCASE, lowercase, or Title Case in Parquet files directly in your browser. Apply case conversion to any or all text columns at once — no upload required.
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.
Round Numbers in Parquet Files Online
Round numeric columns in Parquet files to any number of decimal places directly in your browser. Set precision per column with a simple slider — no upload required.