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
For completeness, at least in 0.10.1, a datetime.datetime as the left operand triggers a "TypeError: can't compare datetime.datetime to Series". (Still definitely preferable to the numpy.datetime64 treatment.)
I guess the workaround for the moment is to convert to datetime.datetime and reorder operands.
similar to #3416 (also failing in 0.11)
Using pandas 0.10.1 and numpy 1.6.1:
All other comparison operators also give expected results with operands (s,d), and seem to compare them as unscaled integers when the order is (d,s).
The text was updated successfully, but these errors were encountered: