A collection of miscellaneous helper functions and classes that I find useful. Maybe you will too!
To install/upgrade:
python -m pip install --upgrade zgulde
The most polished of all of these modules is extend_pandas
. It provides some
extensions to pandas that I've found useful.
Usage:
# from within a python script / jupyter notebook, etc
import zgulde.extend_pandas
# now you can use all the additional methods
Further documentation can be found here, or by looking at the built-in help:
import zgulde.extend_pandas
help(zgulde.extend_pandas)
Are in various stages of completeness, and documentation for them (if present) can be found within docstrings in the module.