Andrea Artaria

Results 1 issues of Andrea Artaria

Validation for an index of type "category" fails starting from version `0.8.0` **Minimal reproducible example** ``` import pandas as pd import pandera as pa class Schema(pa.SchemaModel): categorical_field: pa.typing.Index[pa.Category] df =...

bug