Inspect large CSV files interactively before cleanup, mapping, or downstream transforms with csvlens

Use csvlens when an agent or operator needs fast column-aware inspection of a large CSV before cleaning, mapping, or transforming it.

agentskillexchange Updated 28 repo stars

File contents

Inspect large CSV files interactively before cleanup, mapping, or downstream transforms with csvlens

Use csvlens when an agent or operator needs fast column-aware inspection of a large CSV before cleaning, mapping, or transforming it.

Prerequisites

csvlens, local CSV files, and terminal access on the machine where the data lives.

Installation

Use the upstream install or setup path that matches your environment:

  • brew install csvlens
  • cargo install csvlens
  • cargo install --path $(pwd)

Requirements and caveats from upstream:

  • Requires Rust 1.88.0 or newer.

Basic usage or getting-started notes:

Documentation

Source

agentskillexchange/skills/tree/main/skills/inspect-large-csv-files-interactively-before-cleanup-mapping-or-downstream-transforms-with-csvlens commit 6b036e8467

Frequently asked questions

npx skillmds@latest add agentskillexchange/inspect-large-csv-files-interactively-before-cleanup-mapping