apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.18k stars 3.46k forks source link

[Python] Investigate why extension type test fails with pandas 2.0.x #35839

Open raulcd opened 1 year ago

raulcd commented 1 year ago

Describe the bug, including details regarding any error messages, version, and platform.

For our release 12.0.x we are skipping extension type tests for pandas < 2.0, see:

This is issue should follow up on those to investigate the cause.

Component(s)

Python

raulcd commented 1 year ago

cc @jorisvandenbossche

raulcd commented 2 months ago

We should check whether this is still happening