Skip to main content
DuckDB can query Parquet files directly over HTTP with zero download or setup. This is the fastest way to explore the data interactively.

Setup

Install DuckDB, then query directly:

Example Queries

Count emails by sender

Emails sent by Epstein

Search documents

Join photos with people

Star counts by entity type

Using with Polars

Polars can also read Parquet over HTTP:

Using with Pandas