dannguyen / csvwrangle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 93.8%Language:Makefile 6.2%