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
Tick.delta was implemented back when we only supported nanos. It will overflow (with OverflowError instead of OutOfBoundsTimedelta) on very-large ticks. Better to avoid it altogether and tell users to do pd.Timedelta(tick).
The text was updated successfully, but these errors were encountered:
Tick.delta was implemented back when we only supported nanos. It will overflow (with OverflowError instead of OutOfBoundsTimedelta) on very-large ticks. Better to avoid it altogether and tell users to do
pd.Timedelta(tick)
.The text was updated successfully, but these errors were encountered: