Merge pull request #3000 from poojitha-sys281/master

Added voluptuous library under Data Validation section
This commit is contained in:
Jinyang 2026-03-30 10:43:58 +04:00 committed by GitHub
commit a0e4e65184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -468,6 +468,7 @@ _Libraries for validating data. Used for forms in many cases._
- [jsonschema](https://github.com/python-jsonschema/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python.
- [pandera](https://github.com/unionai-oss/pandera) - A data validation library for dataframes, with support for pandas, polars, and Spark.
- [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints.
- [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library primarily intended for validating data from untrusted sources.
## Data Visualization