Skip to content
Joel Natividad edited this page Jun 15, 2026 · 31 revisions

qsv Wiki

qsv is a blazing-fast, composable data-wrangling toolkit for CSV, TSV, SSV, Excel, JSON/JSONL, Parquet and more. 75 commands across four binary variants, and a single binary that fits in your toolbox.

Latest release: 21.1.0 — the "Leaner & Faster" release — a performance-and-polish release on top of 21.0.0's FAIRification headliners. stats is meaningfully faster and lighter (~40% faster unindexed, ~42% faster indexed --everything, ~43% less peak memory), prebuilt binaries on native targets are now PGO (Profile-Guided-Optimization) optimized, and compressed inputs (local .zip, remote .gz/.zlib/.zst) now auto-decompress transparently. New qsv-tune machine-profiler script recommends optimal settings for your hardware. Also: get gains CSV/TSV-aware delimiter sniffing, sampling preview & glob-pattern batch fetches; apply summarize condenses text via OpenAI-compatible LLMs; safenames adds safer s/S modes plus --collapse/--unicode; and diff adds --drop-equal-columns. No MSRV or Polars bump (stays Rust 1.96 / Polars 0.54) — existing pipelines are unaffected.

Welcome! This wiki is the workflow + discoverability layer for qsv. Use it to learn how the commands fit together and find recipes for real-world tasks. For per-command flag references, follow the deep-links into /docs/help/ — that's the canonical reference.

Three ways to start

Path When
Try it in your browser You want to evaluate qsv before installing anything
Install qsv You're ready to run it locally
Read the Whirlwind Tour You want a guided 2.7M-row walkthrough

Then jump to Getting Started for a hands-on tutorial, or Why qsv? for the elevator pitch.

Where things live

qsv documentation lives on several surfaces. Each has a different job:

Surface Job
README.md Project overview, command catalog with legend, install options, feature flags
/docs/ (canonical reference) The source of truth: PERFORMANCE.md, BENCHMARKS.md, ENVIRONMENT_VARIABLES.md, STATS_DEFINITIONS.md, Validate.md, Fetch.md, Describegpt.md, INTERPRETERS.md, plus the whirlwind tour
/docs/help/ Per-command help — flags, arguments, examples
This wiki Workflow & discoverability: getting started, cookbook recipes, command-reference category guides, tuning, integrations, troubleshooting
100.dathere.com Interactive lessons & exercises (WIP)
Discussions Q&A, FAQ, announcements, ideas
Ask DeepWiki LLM-generated Wiki that crawls the codebase once a week, that you can chat with!

Browse by tier

Every wiki page has a Tier badge — Beginner, Intermediate, or Advanced. See the Tier Legend for what each tier assumes.

Beginner

Installation · Getting Started · Why qsv? · Command Reference (index) · Cookbook · Troubleshooting · FAQ · Glossary · External Resources · qsv pro

Intermediate

Binary Variants · Transform & Reshape · Aggregation & Statistics · Joins & Set Ops · Validation & Schema · Conversion & I/O · Geospatial · HTTP & Web · Indexing, Compression & Diff · AI & Documentation · Comparison vs others · Integrations · Claude Cowork Plugin · MCP Server

Advanced

SQL & Polars · Scripting (Luau / Python) · Performance Tuning · Environment Variables · Stats Cache & Caching · Lookup Tables · Contributing to the Wiki

Anchor datasets used across this wiki

Examples in this wiki reach for a small set of datasets repeatedly, so you build mental models:

Try it in your browser

No install required: visit qsv.dathere.com to try qsv against a sample CSV right now.

Talks & blog series

Legacy pages (preserved during wiki rewrite)

These pages predate the wiki rewrite. Their content has been integrated into the new structure but the originals are kept for backwards-compatibility with external links:

Contributing to this wiki

This wiki is itself a git repo at https://github.com/dathere/qsv.wiki.git. See Contributing to the Wiki for clone/edit/push instructions and the verification checklist.

Clone this wiki locally