pandas.IntervalIndex.is_non_overlapping_monotonic# IntervalIndex.is_non_overlapping_monotonic[source]# Return a boolean whether the IntervalArray is non-overlapping and monotonic. Non-overlapping means (no Intervals share points), and monotonic means either monotonic increasing or monotonic decreasing.