Reflecting back on this #3, it's not clear from the README how to make a pandas "flavor" that's importable.
The README shows how to register functions to DataFrames, but I think it needs documentation on how to write these functions in a module/package that you can import.
Something like:
Add "flavoring" functions in a module or package file my_flavor.py
Reflecting back on this #3, it's not clear from the README how to make a pandas "flavor" that's importable.
The README shows how to register functions to DataFrames, but I think it needs documentation on how to write these functions in a module/package that you can import.
Something like:
Add "flavoring" functions in a module or package file
my_flavor.py
Import Pandas and that "flavor" module/package in a Python session.