You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Dataframe validation on initiation fail to raise schema error for data that is of the wrong type or wrong value range. This does not happen in version 0.20.4
[ x] I have checked that this issue has not already been reported.
[ x] I have confirmed this bug exists on the latest version of pandera.
(optional) I have confirmed this bug exists on the main branch of pandera.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Describe the bug
Dataframe validation on initiation fail to raise schema error for data that is of the wrong type or wrong value range. This does not happen in version 0.20.4
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Slightly modified from example in docs https://pandera.readthedocs.io/en/stable/dataframe_models.html#validate-on-initialization
python version 3.11.10
Expected behavior
SchemaError raised due to wrong type in 'state' column, or wrong value range in 'price' column
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: