-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DataFrame constructor doesn't always upconvert datetime #2810
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
Milestone
Comments
#2752 fixes this as well |
|
Need to make sure this upcast only happens when all the objects are timezone naive |
will take a look |
this look right? (so non-naive timezone datetimes are not cast to datetime64[ns]) - this is off of master btw
|
#2834 has tests for this (but master has the above behavior) |
fixed as verified by #2834 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to be an issue with having another object dtype in the constructor. In this case dates.
The text was updated successfully, but these errors were encountered: