How to Install csvkit in Ubuntu 18.04



Install csvkit by entering the following commands in the terminal:

sudo apt update
sudo apt install csvkit

Description:

command-line tools for working with CSV

csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. . It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe. . If you need to do more complex data analysis than csvkit can handle, use agate. . This package provides the command-line tools.

Homepage: https://github.com/wireservice/csvkit

Version: 1.0.2-1

Section: universe/utils