Release v0.18.1: Granular control of validation on pandas dfs. #1522
cosmicBboy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ Highlights ✨
Granular control of pandas validation #1490
There is now support for granular control of schema-level or data-level validations. This can be done via the
PANDERA_VALIDATION_DEPTH
environment variable. Schema-level (or metadata) validation includes things like column name checks and column data types, while data-level validation involves checks that operate on actual data values.Efficient Hypothesis strategies #1503
Pandas data synthesis strategies now uses comparison operator functions for more efficient data synthesis. It also updates the minimum
hypothesis
version to6.92.7
.What's Changed
New Contributors
Full Changelog: v0.18.0...v0.18.1
This discussion was created from the release Release v0.18.1: Granular control of validation on pandas dfs..
Beta Was this translation helpful? Give feedback.
All reactions