Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'pandas' has no attribute 'ArrowDtype' with release 0.20.1 #1723

Open
cjthorley opened this issue Jul 1, 2024 · 4 comments
Labels
question Further information is requested

Comments

@cjthorley
Copy link

Since release 0.20.1 I am unable to validate using my schemas that worked on 0.19.3

My schemas now unable to validate due the following error - "AttributeError: module 'pandas' has no attribute 'ArrowDtype'"

Has anyone else seen this?

@cjthorley cjthorley added the question Further information is requested label Jul 1, 2024
@cosmicBboy
Copy link
Collaborator

Can you share a minimally reproducible code snippet?

@cosmicBboy
Copy link
Collaborator

also what version of pandas and pyarrow are you using?

@SimonDR-Boltzmann
Copy link

I had the same with pandas 1.4.4, I think the 0.20.* is no longer compatible with pandas < 2 (pyarrow 15.0.2)

@cosmicBboy
Copy link
Collaborator

cosmicBboy commented Jul 13, 2024

Please provide minimally reproducible code, with version of pandas, pyarrow, and pandera to get help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants