Added voluptuous library under Data Validation section

Removed the voluptuous library from the data validation section.
This commit is contained in:
Poojitha J 2026-03-27 19:09:38 +05:30 committed by GitHub
parent 50600b9456
commit a3e743b236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -467,6 +467,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