Table Of Contents

Search

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

pandas.TimedeltaIndex.intersection

TimedeltaIndex.intersection(other)[source]

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

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