Interval.mid
Return the midpoint of the Interval.
Examples
>>> iv = pd.Interval(0, 5) >>> iv.mid 2.5
previous
pandas.Interval.length
next
pandas.Interval.open_left