Overview of csvkit command categories
mastercsvkit is a suite of command-line tools for working with CSV data, organized into three functional categories:
- Input: Tools for converting other formats into CSV (e.g.,
in2csv,sql2csv). - Processing: Tools for manipulating CSV data (e.g.,
csvcut,csvgrep,csvjoin,csvsort,csvstack,csvclean). - Output and Analysis: Tools for converting CSV to other formats or analyzing its content (e.g.,
csvsql,csvstat,csvjson,csvlook,csvformat,csvpy).