diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 7064c5c90b66f..7fef38d469967 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -34,6 +34,7 @@ authors to coordinate on the namespace. | [gurobipy-pandas](https://github.com/Gurobi/gurobipy-pandas) | `gppd` | `Series`, `DataFrame` | | [staircase](https://www.staircase.dev/) | `sc` | `Series`, `DataFrame` | | [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` | + | [pd-money](https://github.com/aalhajmee/pd-money) | `money` | `Series` | ### Data types @@ -415,6 +416,10 @@ to make data processing pipelines more readable and robust. Dataframes contain information that pandera explicitly validates at runtime. This is useful in production-critical data pipelines or reproducible research settings. +#### [pd-money](https://github.com/aalhajmee/pd-money) + +A comprehensive extension for financial data cleaning, performance analysis, and valuation. + #### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) Pyjanitor provides a clean API for cleaning data, using method chaining.