Skip to content

Generic tools for exploratory data analysis and data wrangling

License

Notifications You must be signed in to change notification settings

asdfgeoff/diglett

Repository files navigation

Diglett

Tests Codecov PyPI Read the Docs

What it does

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.

Image of Diglett pokemon

Installing

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 .