Installation

Installing csvkit

csvkit’s installation page

Install using pip:

$ pip install csvkit

Using Anaconda

If you’re using the Anaconda distribution of Python, csvkit is pre-installed. Or you can install it manually

$ conda install -c anaconda csvkit

Installing xsv

https://github.com/BurntSushi/xsv#installation

Compiled binaries for the major OSes can be downloaded from the xsv repo releases page.

On MacOS, you can install via Homebrew:

$ brew install xsv

Or you can install the Rust package manager, cargo, , and then run:

$ cargo install xsv