Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame constructor doesn't always upconvert datetime #2810
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 |
wesm
closed this
Feb 10, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dalejung commentedFeb 7, 2013
Seems to be an issue with having another object dtype in the constructor. In this case dates.