Table Of Contents

Search

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

pandas.DatetimeIndex.intersection

DatetimeIndex.intersection(other)[source]

Specialized intersection for DatetimeIndex objects. May be much faster than Index.intersection

Parameters:other : DatetimeIndex or array-like
Returns:y : Index or DatetimeIndex
Scroll To Top