User Tools

Site Tools


devop:csv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

devop:csv [2025/10/30] – created hayatidevop:csv [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +~~NOTRANS~~
 +
 +====== CSV: comma separated values ======
 +
 +see also [[development:plotting|Plotting]]
 +
 +===== Tools =====
 +
 +  * A fast CSV command line toolkit written in Rust
 +    * https://github.com/BurntSushi/xsv
 +  * Python curses command line CSV and tabular data viewer
 +    * https://github.com/TabViewer/tabview
 +  * csvkit is a suite of command-line tools for converting to and working with CSV
 +    * https://csvkit.readthedocs.io/en/latest/
 +  * Miller is a command-line tool for querying, shaping, and reformatting data files in various formats including CSV, TSV, JSON, and JSON
 +    * https://miller.readthedocs.io/en/latest/
 +
 +
 +===== Blogs =====
 +
 +
 +  * https://bconnelly.net/posts/working_with_csvs_on_the_command_line/
 +