Skip to content

BUG: Fix assert_frame_equal with check_dtype=False for pd.NA with different dtypes #62092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

0x3vAD
Copy link

@0x3vAD 0x3vAD commented Aug 12, 2025

Fixes a bug where assert_frame_equal failed when comparing DataFrames containing pd.NA with different dtypes (object vs Int32) if check_dtype=False.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: assert_frame_equal(check_dtype=False) fails when comparing two DFs containing pd.NA that only differ in dtype (object vs Int32)
1 participant