We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c4f88 commit 664348cCopy full SHA for 664348c
doc/source/ecosystem.rst
@@ -239,3 +239,14 @@ pandas own ``read_csv`` for CSV IO and leverages many existing packages such as
239
PyTables, h5py, and pymongo to move data between non pandas formats. Its graph
240
based approach is also extensible by end users for custom formats that may be
241
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