Skip to content
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

BUG: Avoid casting to float for datetimelike in min/max reductions #60850

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

snitish
Copy link
Member

@snitish snitish commented Feb 5, 2025

@mroeschke mroeschke added the Dtype Conversions Unexpected or buggy dtype conversions label Feb 5, 2025
@mroeschke mroeschke added this to the 3.0 milestone Feb 5, 2025
@mroeschke mroeschke merged commit 51b12e8 into pandas-dev:main Feb 5, 2025
38 of 46 checks passed
@mroeschke
Copy link
Member

Thanks again @snitish

@snitish snitish deleted the issue60646 branch February 6, 2025 19:45
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: max on axis=1 returns wrong values on type datetime64[ns] when NaT is present in values
2 participants