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
pd.TimedeltaIndex(['1D']) == 1
[...]
TypeError: cannot compare a TimedeltaIndex with type int
pd.TimedeltaIndex(['1D']) == 1.
[...]
TypeError: cannot compare a TimedeltaIndex with type float