Closed RevengeComing closed 6 months ago
This was fixed in https://github.com/unionai-oss/pandera/pull/1561, see https://github.com/unionai-oss/pandera/issues/1559.
Next release coming out in a few weeks, should be available in the next beta release in a few days
Describe the bug On the newly released python version ( 3.11.9 )
pandas.DataFrame.pipe
with pandera schema validation doesn't work as expected.Honestly, I don't know if it is Pandas' error or Pandera's.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Expected behavior
I am expecting
df.pipe(pa.typing.DataFrame[TestSchema])
to raisepa.errors.SchemaError
.Desktop (please complete the following information):