-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
API: DatetimeIndex creation with mixed tz timestamps #11488
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
Comments
yeh I think first 2 should be Index |
OK, I set milestone as 0.18 as it causes breaking changes. How about following rules? The changes are marked as CHANGED. Creation with
|
0.18.0 is fine, though this is much more of a bug-fix than an API change. I think it is simply wrong that we are forcing conversions now. (in your changed section). |
Yes, but I assume not few methods depends on the CHANGED logic to output the DTI. I'm not sure how many ops relies on yet... Let me work once, and reconsider the milestone if it only affects to a narrow range. |
sounds good! |
closed by #11696 |
Related to #11456. Currently,
DatetimeIndex
handles mixed tz values like below. This behavior sometimes triggers coercion between tz-aware/tz-naive.The text was updated successfully, but these errors were encountered: