Patrick Hoefler
Patrick Hoefler
cc @jorisvandenbossche Thoughts here? If we don't want NA to propagate, then the Series case is wrong
Please provide the output of pd.show_versions and provide something repriducible. we have a bug template for bug reports or an enhancement template if you think that this is more of...
Thx, we would probably need a deprecation cycle if we would change that
Do you want to deprecate or add this to the documentation?
Could you open an issue about bumping pyarrow? The we can discuss there and move forward from that
Any way doing this without requiring 3.0? Otherwise would have to wait for a bit
Depends on the nature of the change, we don’t backport anything big to a release candidate. this one would have to wait for 1.6, we avoid Performance things on 1.5.x
Are you ok with merging this? Joris is linked for notification purposes
This is indeed a change in behavior, currently we are casting int8 to float, if they are to large. This pr causes a overflow. Will fix this in a follow...
Just that I understand you correctly, you don’t want to cast back at all , independently of overflow issues? don’t have a strong opinion. Just something to consider: the output...