# Validata validation core Validata validation layer over Goodtables See also: https://git.opendatafrance.net/validata/goodtables-checks-schema/ ## Try Create a virtualenv, run the script against fixtures: ```bash mkvirtualenv validata pip install -e . validata --schema /path/to/schema.json table.csv ``` ## Testing ```bash pip install pytest pytest --doctest-modules ```