/csvwrangle

a pitiful attempt at making pandas dataframe functions accessible via cli (just draft code)

Primary LanguagePython

csvwrangle

Wrangle data from the command-line with pandas

Meta info

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Dev instructions

To install on your own machine for development:

$ make install

Note: setup.py/requirements.txt is not correctly set up yet...

(note to self) To publish on pypi:

$ make release