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
I think there's an easy fix to this in indexes.datetimelike dropping a if isinstance(other, (ABCSeries, ABCDataFrame)): return NotImplemented right at the top of __add__ and __sub__.
The OP issue is closed by #18884. The TimedeltaIndex * Series[int] issue mentioned above is still outstanding. Update Just opened #19042 for the multiplication issue.
This is listed in the roundup #18824 but the behavior has changed since the older issue.
The text was updated successfully, but these errors were encountered: