unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.34k stars 308 forks source link

Compatibility issues with Pandas #1655

Open achen004 opened 5 months ago

achen004 commented 5 months ago

Setup.py should include downgrading Pandera to 0.13.4 to be able to use with pandas >= 1.2.0

I personally tested with pandas 1.3.3

cosmicBboy commented 5 months ago

hi @achen004 I don't quite understand what you mean: do you want to use pandas == 1.2.0 and the latest pandera version doesn't support it?

achen004 commented 5 months ago

The most recent version of pandas doesn't work with the latest pandera version, thus I had to downgrade both versions to utilize pandera.

cosmicBboy commented 5 months ago

what error did you see?