Convenient commandline scripts for working with dataframes in csv files.
git clone git@github.com:gryan11/dftools.git
cd dftools
pip install .
showdf <csv-file>
statdf <csv-file>
cmpdf <csv-file1> <csv-file2>
latexdf <csv-file>
Run commands with -h
for further usage options.