From b7a2bc3f4206e88ce2eb9ecd62a5e7b5a28a53ca Mon Sep 17 00:00:00 2001 From: mikhaylov-yv Date: Wed, 1 Dec 2021 23:22:43 +0300 Subject: [PATCH] Removed link to Engarde project. It doesn't develop anymore. Added a link to the actively developing project Pandera. --- doc/source/ecosystem.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 78caf360519b6..6ae923301fa07 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -35,11 +35,13 @@ Data cleaning and validation Pyjanitor provides a clean API for cleaning data, using method chaining. -`Engarde `__ +`Pandera `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Engarde is a lightweight library used to explicitly state assumptions about your datasets -and check that they're *actually* true. +Pandera provides a flexible and expressive API for performing data validation on dataframes +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. `pandas-path `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~