You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using Pandas 2.0.0. When I tried to merge two int columns('int32', 'int32[pyarrow]') I recieved an empty KeyError.
When I try to merge columns of different dtypes like int and object the KeyError has an explicit message saying that you're trying to merge with two columns of different types.
But this does not happen for int32 and int32[pyarrow] or float for similar types between old format and pyarrow new format.
Could you please update, so that this error can be identified more easily? I spent aproximately 4h figuring this out.
Thanks
Hi, I'm using Pandas 2.0.0. When I tried to merge two int columns('int32', 'int32[pyarrow]') I recieved an empty KeyError.
When I try to merge columns of different dtypes like int and object the KeyError has an explicit message saying that you're trying to merge with two columns of different types.
But this does not happen for int32 and int32[pyarrow] or float for similar types between old format and pyarrow new format.
Could you please update, so that this error can be identified more easily? I spent aproximately 4h figuring this out.
Thanks
code_to_reproduce_error.txt
The text was updated successfully, but these errors were encountered: