Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 720 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 720 Bytes

Flat File Explorer

Explore Parquet and CSV files with DuckDB SQL (VSCode Extension)

Introduction

Flat File Explorer is a VSCode extension that provides a preview of and SQL query execution against Apache Parquet and CSV files. Under the hood, SQL queries are executed by DuckDB, which implements efficient partial reading and parallel query processing.

Demonstration of Flat File Explorer against iris.parquet

Quick Start

  1. Install the Flat File Explorer extension from the marketplace.

  2. Open a Parquet (.parquet, .pq) file or CSV (.csv) and the extension will activate.