Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>Big Data ExplorerNew to Visual Studio Code? Get it now.
Big Data Explorer

Big Data Explorer

ejgi

|
7 installs
| (0) | Free
The ultra-fast alternative to Excel for massive CSV/TSV files. 60 FPS scrolling and instant filtering for multi-gigabyte datasets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Big Data Explorer 🚀

Open, browse, and filter multi-gigabyte CSV and TSV files in VS Code without breaking a sweat.

Big Data Explorer is a high-performance custom editor for Visual Studio Code designed as a powerful alternative to Excel for massive datasets (GigaBytes and Millions of rows) with a near-zero memory footprint.

Why Big Data Explorer?

Most CSV extensions (and even VS Code's native editor) crash or freeze when opening files larger than 50MB. Big Data Explorer uses a Byte-Offset Paging architecture to only read what you see.

Core Features:

  • 🚀 Lightning Fast Indexing: Scans millions of lines in seconds using background Worker Threads.
  • 📉 Low Memory Footprint: Uses strictly ~12 bytes per row of RAM regardless of file size.
  • 🌊 Smooth Scrolling: Virtualized rendering (60 FPS) for unlimited rows.
  • 🔍 Instant Search: Powerful filtering that scans the disk in bulk chunks to prevent lag.
  • 🛡️ Quoted Newline Support: Correctly handles complex CSVs with multiline cells.
  • 🎨 Smart Highlighting: Automatically detects data types (Currency, Numbers, Dates, Booleans).

Performance Benchmarks

Tested on a standard HDD/SSD:

  • 1 Million rows: Indexing in < 1s.
  • 10 Million rows (~650MB): Indexing in ~3s, instant scrolling.
  • 170 Million rows (Theoretical Max): Supported within standard VS Code memory limits.

How to use

After installing:

  1. Right-click any .csv file.
  2. Select "Open With...".
  3. Choose "Big Data CSV Editor".

Built with Svelte, TypeScript, and Node.js Worker Threads. © 2026 Emisael Garcia. All Rights Reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft