Patrick Hoefler
Patrick Hoefler
Can you merge main to get ci green?
Just merged the other pr. Could you maybe run asvs once more? Union has a bunch of code paths, want to see if this is affected
thx. @lukemanley
@rhshadrach Is there a quick fix that we can backport? This caused a couple of regressions it seems
Hi, thanks for your report. Can you please produce the initial df without concat? Hard to see what's going on here
The failure in case of float32 is expected, it comes down to: ``` x = np.array(list(range(1, 101))) / 10 y = np.array(list(range(1, 101)), dtype="float32") / 10 a = np.cumprod(x) b...
Yes, we already have tests for these cases, although not in the extension arrays folders. But this dispatches back to the original implementation, so I think this is fine? We...
Can you merge main to get rid of the plotting failures?
thx @rhshadrach
We are currently working on a CopyOnWrite mechanism that would allow us to make these operations return shallow copies, e.g. avoiding the duplication