Created by: paulfitz
Adds a csvdiff
command, similar to unix diff
but for tabular data (see #12 (closed)). Implemented as a simple wrapper around the daff
library. The diff is itself a csv, in coopy format, and has color highlighting when written to a terminal:
The utility seems to work across the range of python versions that csvkit
is supported for.