This is a collection of utility methods that are related to pandas dataframes, NLP, and general purpose programming.
Currently five-one-one can only be installed with make install or python setup.py install.
Import with:
import five_one_one
from five_one_one.c import cfib
from five_one_one.wrapper import Vector
If you are building the module, use:
make
Upload with:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*