Constraint Discovery and Verification for Pandas DataFrames
Posted on Thu 03 November 2016 in TDDA • Tagged with tdda, constraints, pandas
Background
In a previous post, Constraints and Assertions, we introduced the idea of using constraints to verify input, output and intermediate datasets for an analytical process. We also demonstrated that candidate constraints can be automatically generated from example datasets. We prototyped this in our own software (Miró) expressing constraints as …
Continue reading