-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Unwanted conversion of Timestamp
to long
#3593
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
this is a bug, fixed in #3595 (merging soon) |
FYI, using |
merged - thanks for the report |
Thanks for fixing this bug so fast! And thanks for mentioning |
the |
Method
combine_first
performs an unwanted conversion ofTimestamp
tolong
. Pandas version is "0.11.0". Here is an IPython session demonstrating the behavior, which is IMHO a bug:I think
df2
should contain time stamps likedf0
.The text was updated successfully, but these errors were encountered: