pandantic icon indicating copy to clipboard operation
pandantic copied to clipboard

Enriches the Pydantic BaseModel class by adding the ability to validate dataframes using the schema and custom validators of the same BaseModel class.

Results 11 pandantic issues
Sort by recently updated
recently updated
newest added

We may want different options here. * Lazy (based on dtype). * Exhaustive (checks every row, **currently this is what is implemented**). * First N rows check. * 1-to-1 (columns...

enhancement