xsv can be used to transform and analyze CSV files quickly and easily
csv, tsv
csv, tsv
Brief examples are provided here, but you can read the documentation provided for each command within the program with:
cincan run cincan/xsv [command] -h
To print the headers of csv with cincan:
cincan run cincan/xsv headers file.csv
Get the count of the values per column with cincan:
cincan run cincan/xsv frequency file.csv
Content type
Image
Digest
Size
16.4 MB
Last updated
about 4 years ago
docker pull cincan/xsv