diglett

Tools for data wrangling.


Keywords
analytics, data-analysis, data-science, pandas, python, python3
License
MIT
Install
pip install diglett==0.1.0

Documentation

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 .