-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: casting date to dt64 in maybe_promote #39767
DEPR: casting date to dt64 in maybe_promote #39767
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great can you add a whatsnew :>
whatsnew added + green |
thanks! |
nice. getting close to done with the maybe_promote stuff. big outstanding one is #39769, then just numeric dtypes left |
done too! |
Once enforced, maybe_promote behavior will match DatetimeArray._validate_setitem_value and infer_dtype_from_scalar
sits on top of #39743