Time delta information from various sources and formats.
Convert a recognized timedelta format or value into a Timedelta
type
pd.to_timedelta(deltas)
Use the TimedeltaIndex
constructor directly.
pd.TimedeltaIndex(deltas)
Convert a column to timedelta.
pd.to_timedelta(pd.Series(deltas))