Release v0.18.0: Pandas schemas supports global configuration #1443
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
-
✨ Highlight ✨
Pandera now supports the configuration environment variable
PANDERA_VALIDATION_ENABLED
.export
PANDERA_VALIDATION_ENABLED=False` now globally deactivates validation.What's Changed
pip-compile
usage does not have--no-emit-index-url
by @filipeo2-mck in Currentpip-compile
usage does not have--no-emit-index-url
#1390unique
validation in PySpark by @filipeo2-mck in Add support forunique
validation in PySpark #1396nullable=True
by @filipeo2-mck in [BUGFIX] [PYSPARK] Avoid running nullable checks ifnullable=True
#1403cache()
/unpersist()
toggles by @filipeo2-mck in [PySpark] Improve validation performance by enablingcache()
/unpersist()
toggles #1414PANDERA_VALIDATION_ENABLED
for pandas and Configuration docs by @noklam in Add support forPANDERA_VALIDATION_ENABLED
for pandas and Configuration docs #1354New Contributors
PANDERA_VALIDATION_ENABLED
for pandas and Configuration docs #1354Full Changelog: v0.17.2...v0.18.0
This discussion was created from the release Release v0.18.0: Pandas schemas supports global configuration.
Beta Was this translation helpful? Give feedback.
All reactions