pandas.DatetimeIndex.union

DatetimeIndex.union(other) [source]

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

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

© 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.21.1/generated/pandas.DatetimeIndex.union.html