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

Add support for pandas v1.3.0 #359

Closed
th0ger opened this issue Jul 13, 2021 · 2 comments
Closed

Add support for pandas v1.3.0 #359

th0ger opened this issue Jul 13, 2021 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@th0ger
Copy link

th0ger commented Jul 13, 2021

The latest pandas 1.3.0 (July 2, 2021) fails with latest eland

eland = "==7.13.0b1"
pandas = "==1.3.0"

While importing eland:
ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'

(Former pandas 1.2.5 works fine here.)

@th0ger th0ger changed the title Support for pandas 1.3.0 Missing support for pandas 1.3.0 Jul 13, 2021
@sethmlarson
Copy link
Contributor

Thanks for opening this! Yeah, pandas keeps changing things under our feet :)

If you'd like to contribute support for Pandas 1.3 we'd gladly review and accept such a change!

@sethmlarson sethmlarson changed the title Missing support for pandas 1.3.0 Add support for pandas v1.3.0 Jul 13, 2021
@sethmlarson sethmlarson added bug Something isn't working good first issue Good for newcomers labels Jul 13, 2021
@sethmlarson
Copy link
Contributor

Closed in #362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants