csv tools

Oct 20, 2023

CSV querying libraries:

Or you could load and query your CSV through slqite

CSV terminal output

tv - tidy viewer:

Tidy Viewer (tv) is a cross-platform csv pretty printer that uses column styling to maximize viewer enjoyment.

brew install tidy-viewer

visidata:

VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.

has several of the functionalities of the querying libs, but also is a UI and can even show graphs in the terminal

↑ up