Table Of Contents

Search

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

pandas.DatetimeIndex.isin

DatetimeIndex.isin(values)[source]

Compute boolean array of whether each index value is found in the passed set of values

Parameters:values : set or sequence of values
Returns:is_contained : ndarray (boolean dtype)
Scroll To Top