Parqui

A complete Parquet file exploration UI. Includes toolbar, drag-and-drop, and the full data grid.

Props

PropTypeDefaultDescription
sourceFile | ArrayBuffer | string | ParquetSourceParquet data source.
onRequestOpen() => Promise<{source, name} | null>Custom file open handler.
columnsstring[]allColumns to display.

Basic usage

Loading...

With file input

Loading...

Load from URL

Loading...