Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.TimedeltaIndex.union

TimedeltaIndex.union(other)

Specialized union for TimedeltaIndex objects. If combine overlapping ranges with the same DateOffset, will be much faster than Index.union

Parameters:other : TimedeltaIndex or array-like
Returns:y : Index or TimedeltaIndex