Convert your Parquet files to TSV (tab-separated values) format. Compatible with Excel, Google Sheets, and most data-processing tools. Files are processed locally.
Drop or choose a .parquet file; it is decoded locally and a .tsv file is downloaded with tab-separated columns. No upload.
Tab-separated values suit spreadsheets, shell scripts, and tools that prefer tabs over commas — a good fit when your data itself contains commas.
The file never leaves your browser — there is no server and no upload. Conversion runs locally using WebAssembly.