New package: pandas-flavor
https://github.com/Zsailer/pandas_flavor
The easy way to write your own flavor of Pandas
Pandas 0.23 added a (simple) API for registering accessors with Pandas objects.
Pandas-flavor extends Pandas' extension API by:
adding support for registering methods as well. making each of these functions backwards compatible with older versions of Pandas. What does this mean?
It is now simpler to add custom functionality to Pandas DataFrames and Series.
Import this package. Write a simple python function. Register the function using one of the following decorators.
Why?
Pandas is super handy. Its general purpose is to be a "flexible and powerful data analysis/manipulation library".
Pandas Flavor allows you add functionality that tailors Pandas to specific fields or use cases.
Maybe you want to add new write methods to the Pandas DataFrame? Maybe you want custom plot functionality? Maybe something else?
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf install --refresh --advisory=FEDORA-2019-bea3026452 \*
Please log in to add feedback.
This update has been submitted for testing by ankursinha.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.