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

Support pandas 2 #82

Open
MischaPanch opened this issue Feb 27, 2024 · 1 comment
Open

Support pandas 2 #82

MischaPanch opened this issue Feb 27, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file incompatibility There is an incompatibility with some system/configuration

Comments

@MischaPanch
Copy link
Collaborator

I'm not sure how many breaking changes this would cause.

One thing I found is that IndexCachedColumnGenerator is broken since iteritems is no longer supported on Series
image

@MischaPanch MischaPanch added incompatibility There is an incompatibility with some system/configuration dependencies Pull requests that update a dependency file labels Feb 27, 2024
@opcode81
Copy link
Owner

opcode81 commented Feb 27, 2024

We can only support pandas 2 if it's backwards compatible with pandas 1. If that's not the case, we'll have to add an upper version bound.

We can think about transitioning to pandas 2 in the next major version if it's worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file incompatibility There is an incompatibility with some system/configuration
Projects
None yet
Development

No branches or pull requests

2 participants