Skip to content

Commit

Permalink
DOC: add section on data validation and library engarde (pandas-dev#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 authored and jreback committed Jun 28, 2017
1 parent 18c4f88 commit 664348c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://engarde.readthedocs.io/en/latest/>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Engarde is a lightweight library used to explicitly state your assumptions abour your datasets
and check that they're *actually* true.

0 comments on commit 664348c

Please sign in to comment.