Interval#

union(interval1, interval2[, squeeze])

Performs the union of two pandas.Interval

intersection(interval1, interval2[, squeeze])

Performs the intersection of two pandas.Interval

difference(interval1, interval2[, squeeze])

Performs the set difference of two pandas.Interval

symmetric_difference(interval1, interval2[, ...])

Performs the symmetric difference of two pandas.Interval

issuperset(interval, *intervals[, squeeze])

Indicates whether one pandas.Interval is a superset of one, or more, others.

issubset(interval, *intervals[, squeeze])

Indicates whether one pandas.Interval is a subset of one, or more, others.