Table Of Contents

Search

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

pandas.DatetimeIndex.union

DatetimeIndex.union(other)

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