[ANN] Datatest 0.11.1 Released
I'm pleased to announce version 0.11.1 of Datatest: Test driven data-wrangling and data validation. Test driven data-wrangling is a process for taking data from a source of unverified quality or format and producing a verified, well-formatted dataset. It repurposes software testing practices for data preparation and quality assurance projects. * GitHub: https://github.com/shawnbrown/datatest * PyPI: https://pypi.org/project/datatest/ * Docs: https://datatest.readthedocs.io/en/stable/ This is a bug-fix release and should be a drop-in replacement for 0.11.0. Changes include: * Fixed validation, predicate, and difference handling of non-comparable objects. * Fixed bug in normalization of queries from `squint` package. * Changed failure output to improve error reporting with `pandas` accessors. * Changed predicate failure message to quote code objects using backticks.
participants (1)
-
Shawn Brown