Parqui
A complete Parquet file exploration UI. Includes toolbar, drag-and-drop, and the full data grid.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
source | File | ArrayBuffer | string | ParquetSource | — | Parquet data source. |
onRequestOpen | () => Promise<{source, name} | null> | — | Custom file open handler. |
columns | string[] | all | Columns to display. |
Basic usage
Loading...
With file input
Loading...
Load from URL
Loading...