Skip to content

Commit aaa1b90

Browse files
authored
Adds Hamilton to match ecosystem.md (#51694)
Just noticed that ecosystem.rst wasn't in sync with ecosystem.md. So adding part about Hamilton to it.
1 parent 948392b commit aaa1b90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/source/ecosystem.rst

+17
Original file line numberDiff line numberDiff line change
@@ -600,3 +600,20 @@ Install pandas-stubs to enable basic type coverage of pandas API.
600600
Learn more by reading through :issue:`14468`, :issue:`26766`, :issue:`28142`.
601601

602602
See installation and usage instructions on the `GitHub page <https://github.com/pandas-dev/pandas-stubs>`__.
603+
604+
`Hamilton <https://github.com/dagworks-inc/hamilton>`__
605+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
606+
607+
Hamilton is a declarative dataflow framework that came out of Stitch Fix. It was designed to help one manage a Pandas code base, specifically with respect to feature engineering for machine learning models.
608+
609+
It prescibes an opinionated paradigm, that ensures all code is:
610+
611+
* unit testable
612+
* integration testing friendly
613+
* documentation friendly
614+
* transformation logic is reusable, as it is decoupled from the context of where it is used.
615+
* integratable with runtime data quality checks.
616+
617+
This helps one to scale your pandas code base, at the same time, keeping maintenance costs low.
618+
619+
For more information, see `documentation <https://hamilton.readthedocs.io/>`__.

0 commit comments

Comments
 (0)