Merging on int64 and object columns, pandas 0.23.4 #23733
Labels
Numeric Operations
Arithmetic, Comparison, and Logical operations
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
Problem description
Hi, I was trying to merge 2 data frame based on a column named ID, which consists of integer.
In the case the ID column is of type numpy.int64 in one df, and of python native int in the other df. In the latest version of 0.23.4, I received this error
Attached the screenshot of the problem
I have never encountered this situation in earlier panda version such as 0.22.0. The same code ran without an issue.
May I know what is the purpose of adding this constraint in the upgraded version?
The text was updated successfully, but these errors were encountered: