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

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.TimedeltaIndex.union.html