zgulde / zgulde-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zgulde's Python Utilities

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

Pandas Extensions

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)

Other Modules

Are in various stages of completeness, and documentation for them (if present) can be found within docstrings in the module.

About

License:MIT License


Languages

Language:Jupyter Notebook 94.9%Language:Python 4.8%Language:CSS 0.2%Language:Makefile 0.1%