A suite of utilities for converting to and working with CSV, the king of tabular file formats
csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. csvkit is to tabular data what the standard Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit adheres to the Unix philosophy.
csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. csvkit is to tabular data what the standard Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit adheres to the Unix philosophy.
To install py312-csvkit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-csvkit
To see what files were installed by py312-csvkit, run:
port contents py312-csvkit
To later upgrade py312-csvkit, run:
sudo port selfupdate && sudo port upgrade py312-csvkit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.