From caf72b162078990a9400dfaca26196a20ab8f87a Mon Sep 17 00:00:00 2001 From: topper-123 Date: Thu, 22 Jun 2017 22:49:11 +0100 Subject: [PATCH 1/2] add section on data validation and library engarde --- doc/source/ecosystem.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 31849fc142aea..fc10b2872a733 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -239,3 +239,14 @@ pandas own ``read_csv`` for CSV IO and leverages many existing packages such as PyTables, h5py, and pymongo to move data between non pandas formats. Its graph based approach is also extensible by end users for custom formats that may be too specific for the core of odo. + +.. _ecosystem.data_validation: + +Data validation +--------------- + +`Engarde `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Engarde is a lightweight way to explicitly state your assumptions abour your datasets +and check that they're *actually* true. From 87679ae05e0fb0a62d826de6d764cee15e8d59db Mon Sep 17 00:00:00 2001 From: topper-123 Date: Thu, 22 Jun 2017 23:53:22 +0100 Subject: [PATCH 2/2] Update ecosystem.rst --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index fc10b2872a733..2348a3d10c54f 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -248,5 +248,5 @@ Data validation `Engarde `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Engarde is a lightweight way to explicitly state your assumptions abour your datasets +Engarde is a lightweight library used to explicitly state your assumptions abour your datasets and check that they're *actually* true.