We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f4c5d commit d8b0591Copy full SHA for d8b0591
pandas/core/indexes/timedeltas.py
@@ -51,7 +51,7 @@
51
],
52
TimedeltaArray,
53
)
54
-class TimedeltaIndex(DatetimeTimedeltaMixin, dtl.TimelikeOps):
+class TimedeltaIndex(DatetimeTimedeltaMixin):
55
"""
56
Immutable ndarray of timedelta64 data, represented internally as int64, and
57
which can be boxed to timedelta objects.
0 commit comments