Skip to content

Commit

Permalink
Removed outdated examples for pd.Interval (pandas-dev#36002) (pandas-…
Browse files Browse the repository at this point in the history
  • Loading branch information
souris-dev authored and Kevin D Smith committed Nov 2, 2020
1 parent c010752 commit ad32f71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pandas/_libs/interval.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,6 @@ cdef class Interval(IntervalMixin):
True
>>> year_2017.length
Timedelta('365 days 00:00:00')
And also you can create string intervals
>>> volume_1 = pd.Interval('Ant', 'Dog', closed='both')
>>> 'Bee' in volume_1
True
"""
_typ = "interval"
__array_priority__ = 1000
Expand Down

0 comments on commit ad32f71

Please sign in to comment.