Skip to content

BUG: Fix infer_dtype result for complex with pd.NA #61977

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

Merged
merged 3 commits into from
Jul 28, 2025

Conversation

yuanx749
Copy link
Contributor

Fix a bug in api.types.infer_dtype returning "mixed" for complex and pd.NA mix.

yuanx749 and others added 3 commits July 27, 2025 23:16
@mroeschke mroeschke added the Dtype Conversions Unexpected or buggy dtype conversions label Jul 28, 2025
@mroeschke mroeschke added this to the 3.0 milestone Jul 28, 2025
@mroeschke mroeschke merged commit b2fbf09 into pandas-dev:main Jul 28, 2025
47 checks passed
@mroeschke
Copy link
Member

Thanks @yuanx749

@yuanx749 yuanx749 deleted the infer-dtype-complex-na branch July 28, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: infer_dtype returns "mixed" for complex and pd.NA mix
2 participants