Table Of Contents

Search

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

pandas.IntervalIndex.contains

IntervalIndex.contains(key)[source]

Return a boolean indicating if the key is IN the index

We accept / allow keys to be not just actual objects.

Parameters:
key : int, float, Interval
Returns:
boolean
Scroll To Top