This repository was archived on 2024-04-18 as it was no longer in use or maintened
Validate-meta is a generic validator for pandas dataframes.
Extends PandasSchema by allowing definition of validators in dicts (or yaml files).
- Free software: MIT license
- Documentation: https://meta-validate.readthedocs.io.
- validate-meta can run as a CLI or be imported as a class.
- Definitions for validation are provided as a dict.
- In the CLI definitions are imported as a YAML.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.