Instant column stats — types, nulls, min/max, top values.
Drop CSV / TSV / JSON / Parquet
Single file
Powered by SUMMARIZE 'your_table' — DuckDB computes count, null count, min, max, mean, std, and approx unique per column in one pass.
Drop a CSV, JSON, Parquet or SQLite file.
Write SQL or set the tool's options.
Browse rows in the table or export as CSV / JSON.
DuckDB-WASM streams from disk-backed OPFS, so multi-GB files work well in modern browsers.
No. Every query runs against files opened directly in your browser via DuckDB-WASM or sql.js.
CSV, JSON, Parquet and SQLite. Joins across formats work in a single SQL query.
Drop CSV, JSON, Parquet or SQLite. Query with DuckDB.
Chart CSV / Parquet data with GROUP BY queries.
Stream multi-GB CSVs — page, filter, sort with SQL.
Parse log lines with regex, aggregate by level and time.
Open a .sqlite / .db file, browse tables, run queries.
Preview schema and rows from JSON or Parquet files.