Skip to content

Commit 664348c

Browse files
topper-123jreback
authored andcommitted
DOC: add section on data validation and library engarde (#16758)
1 parent 18c4f88 commit 664348c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/ecosystem.rst

+11
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,14 @@ pandas own ``read_csv`` for CSV IO and leverages many existing packages such as
239239
PyTables, h5py, and pymongo to move data between non pandas formats. Its graph
240240
based approach is also extensible by end users for custom formats that may be
241241
too specific for the core of odo.
242+
243+
.. _ecosystem.data_validation:
244+
245+
Data validation
246+
---------------
247+
248+
`Engarde <http://engarde.readthedocs.io/en/latest/>`__
249+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250+
251+
Engarde is a lightweight library used to explicitly state your assumptions abour your datasets
252+
and check that they're *actually* true.

0 commit comments

Comments
 (0)