Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 340 Bytes

File metadata and controls

21 lines (16 loc) · 340 Bytes

DFTools:

Convenient commandline scripts for working with dataframes in csv files.

Install:

git clone git@github.com:gryan11/dftools.git
cd dftools
pip install .

Usage:

showdf <csv-file>
statdf <csv-file>
cmpdf <csv-file1> <csv-file2>
latexdf <csv-file>

Run commands with -h for further usage options.