stephansmit

Results 1 issues of stephansmit

I have this code, as stated in the docs: ```python from pandera.typing import DataFrame from pandera import SchemaModel, check_types class Schema(SchemaModel): id: int name: str class Config: strict = True...

bug