You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An is_empty attribute would be useful, as it is often necessary to special case empty intervals when dealing with Interval methods such as overlaps, contains, etc. (xref #26893)
For a scalar Interval this should return a boolean:
An
is_empty
attribute would be useful, as it is often necessary to special case empty intervals when dealing withInterval
methods such asoverlaps
,contains
, etc. (xref #26893)For a scalar
Interval
this should return a boolean:For an
IntervalIndex
orIntervalArray
this should return a boolean ndarray positionally indicating if a givenInterval
is empty:The text was updated successfully, but these errors were encountered: