Open Parquet online
Drop a .parquet file into the grid. Inspect schema, nulls, row groups, and values without pandas or Spark.
Free online Parquet viewer
ParquetView is a private Parquet file viewer with a data grid, DuckDB SQL, charts, and CSV/JSON export. Local files never leave this device. No install, no account.
Column types stay visible. SQL is real DuckDB. Export honors the filter you already ran.
Drop a .parquet file into the grid. Inspect schema, nulls, row groups, and values without pandas or Spark.
Filter, join, aggregate, and window in the SQL tab. History is stored in this browser only.
Histograms, bar/line/scatter charts, and column summaries for numeric and text fields.
CSV, JSON, or Parquet — including Snappy, Gzip, and Zstd. Hidden columns and active filters are respected.
Parquet, CSV, TSV, or JSON. Processing starts in the browser with DuckDB WASM. There is no upload step for local files.
Scroll the grid, filter a column, search across fields, or write SQL. Large files preview first so the tab stays usable.
Build a quick chart, then download CSV or JSON for a spreadsheet, or Parquet to send downstream.
Why .parquet is columnar, compressed, and unreadable in a text editor — and how to look inside one.
Open .parquet in Chrome, Safari, Firefox, or Edge with nothing to install.
Filter the rows you need, then export a spreadsheet-friendly file.
Run DuckDB SQL against a local file, including joins across files.
Yes. ParquetView is a free online Parquet viewer. Open the viewer, drop a .parquet file, and browse rows, schema, and stats. No account is required.
No. Local files are read with the File API and queried with DuckDB WebAssembly inside your browser. The file contents are not sent to parquetview.com. Optional features (Azure Blob, or Gemini if you paste your own API key) only run if you turn them on.
Open the file in the viewer, check the grid, then use Export and choose CSV. You can filter, hide columns, or run SQL first so the CSV only contains the rows you need. JSON and Parquet export work the same way.
Yes. The SQL tab uses DuckDB in WebAssembly. SELECT, JOIN, GROUP BY, window functions, and CTEs all run on your machine. Press Ctrl+Enter or Cmd+Enter to run a query.
Parquet, CSV, TSV, TXT, and JSON. You can also merge or join multiple files and export back to CSV, JSON, or Parquet.
Not to look inside a file. ParquetView is for inspection, SQL, charts, and export. Use pandas or Spark when you are writing a pipeline — not when you just need to see what is in a .parquet.
The viewer runs in this browser. Your Parquet file is not posted to our servers.