Diglett is a collection of my most frequently used and reusable functions for data analysis, data wrangling, and machine learning. I have largely packaged them together for my own benefit, but I hope you will find something useful in here for yourself.
To install the most recently published version from PyPI:
pip install diglett
To install a (possibly more recent, but less polished) version: clone this repo and run:
pip install -e .