Databases
Apache Arrow File Viewer in VS Code
Overview
Section titled “Overview”DBCode lets you open and work with Apache Arrow (IPC) files directly in VS Code. Browse data with sorting and filtering, and run SQL queries against your Arrow files using DuckDB under the hood.
Features
Section titled “Features”- Open any
.arrowfile in the data grid - Sort, filter, and group data
- Run SQL queries against Arrow data
- View schema information
- Export to other formats (CSV, Excel, Parquet, JSON)
Compression support
Section titled “Compression support”Arrow IPC file and stream formats are supported, including uncompressed and ZSTD-compressed files. LZ4-compressed Arrow files cannot be read; re-save them uncompressed, with ZSTD, or as Parquet.