You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will work fine on Linux 64 bits. However, it won't work on Windows (both 32 and 64 bits).
As for now, the following solution works fine but is not as elegant as the API nothing tells me that Timestamp(0).value will be nanoseconds in the next versions of API
I believe to know what is causing the bug, but I have no clue on how to set up the compilation environment on windows. I would suggest to change the astype(int) to astype(long) on the following line :
xref #9442
Assume following code
This will work fine on Linux 64 bits. However, it won't work on Windows (both 32 and 64 bits).
As for now, the following solution works fine but is not as elegant as the API nothing tells me that Timestamp(0).value will be nanoseconds in the next versions of API
I believe to know what is causing the bug, but I have no clue on how to set up the compilation environment on windows. I would suggest to change the
astype(int)
toastype(long)
on the following line :https://github.com/pydata/pandas/blob/v0.13.1/pandas/tslib.pyx#L659
Anybody could try that fix or giving me insight on how to setup compilation environement on windows so I could try it myself.
The text was updated successfully, but these errors were encountered: