From 2c4fcbe5ae3cf1980459b9a98b1ae8b1fda22e66 Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Mon, 27 Feb 2023 15:31:29 -0800 Subject: [PATCH] Updates Hamilton references --- web/pandas/community/ecosystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 861f3bd8e1ea7..935ef12694a52 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -401,7 +401,7 @@ Learn more by reading through these issues [14468](https://github.com/pandas-dev See installation and usage instructions on the [GitHub page](https://github.com/VirtusLab/pandas-stubs). -### [Hamilton](https://github.com/stitchfix/hamilton) +### [Hamilton](https://github.com/dagworks-inc/hamilton) 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. @@ -416,4 +416,4 @@ It prescibes an opinionated paradigm, that ensures all code is: This helps one to scale your pandas code base, at the same time, keeping maintenance costs low. -For more information, see [documentation](https://hamilton-docs.gitbook.io/). +For more information, see [documentation](https://hamilton.readthedocs.io/).