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
There's a couple of issues here. One is that we do need to add np.timedetla64 as accepted in different arithmetic methods for Series. But we should also add a __truediv__() method for TimestampSeries, as well as the other arithmetic operators that accept either a pd.Timedelta or np.timedelta64
This applies to most arithmetic methods that accept a
Timedelta
The text was updated successfully, but these errors were encountered: