[BUG]: DataFrame.join inconsistent behavior, accepts overlapping columns provided suffixes is specified #13659
Labels
Enhancement
Error Reporting
Incorrect or improved errors from pandas
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Here is a sample code to reproduce the error:
So ultimately one does get a merged DataFrame with overlapping column names. Then why raise an error in the first place?
Note, I am using the latest Pandas, Python and Numpy.
The text was updated successfully, but these errors were encountered: