opcode81 / sensAI

The Python library for sensible AI.
https://opcode81.github.io/sensAI/docs/
Other
39 stars 3 forks source link

Support pandas 2 #82

Open MischaPanch opened 7 months ago

MischaPanch commented 7 months ago

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

opcode81 commented 7 months ago

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.