Launching today

StatGuardian
Python library for data quality and validation
8 followers
Python library for data quality and validation
8 followers
Python library for data quality and validation — declarative contract DSL, schema checks, drift detection, anomaly detection. 13× faster than pandera. PyPI: statguardian - Mullassery/Statguardian

love that the declarative DSL keeps schema checks and drift detection in the same mental model instead of splitting them across separate configs. the 13x speed claim against pandera is wild too, curious what tradeoff got you there.
the drift detection caught a real issue in my pipeline on the first run, which pandera never flagged. really clean DSL too, felt like writing tests more than writing validation code.
The declarative DSL feels really clean, way less boilerplate than pandera for the same checks. Drift detection out of the box is a nice touch I didn't expect.