Open Parquet
How to open a Parquet file
Apache Parquet is a compressed, columnar file format — which is exactly why double-clicking a .parquet file gets you nothing. It is binary, so Notepad, Excel, and text editors show gibberish, and most advice online starts with "install Python and pandas".
You do not need any of that for a quick look. viewparquet opens Parquet files directly in your browser: drag the file in and DuckDB-WASM parses it locally on your machine. Nothing is uploaded, there is no account, and it works the same on Windows, macOS, and Linux — including locked-down work laptops where you cannot install software.
Try it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet — browse rows, run DuckDB SQL, and export results, all locally in your browser. Nothing is uploaded.