Skip to content
Snippets Groups Projects
Unverified Commit a3f14bfa authored by Abhishek Chaudhari's avatar Abhishek Chaudhari Committed by GitHub
Browse files

BUG: Fixes pd.merge issue with columns of dtype numpy.uintc on windows (#60145)


* bug fix for numpy.uintc in merge operations on windows

Added pytest test case to verify correct behavior with numpy.uintc dtype

* Formatting changes after running pre-commit

* Added tests for numpy.intc

* added whatsnew note

* pre-commit automatic changes and also made changes to test_merge.py file to make pandas namespace consistent

* removed comment

* added the deleted whatsnew note back

* better whatsnew note

Co-authored-by: default avatarMatthew Roeschke <10647082+mroeschke@users.noreply.github.com>

---------

Co-authored-by: default avatarMatthew Roeschke <10647082+mroeschke@users.noreply.github.com>
parent d48235f5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment