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 7075c1e commit 04e4454Copy full SHA for 04e4454
pandas-stubs/core/indexes/datetimes.pyi
@@ -63,7 +63,7 @@ class DatetimeIndex(DatetimeTimedeltaMixin[Timestamp], DatetimeIndexProperties):
63
def __sub__(self, other: TimedeltaSeries) -> TimestampSeries: ...
64
@overload
65
def __sub__(
66
- self, other: timedelta | Timedelta | TimedeltaIndex
+ self, other: timedelta | Timedelta | TimedeltaIndex | BaseOffset
67
) -> DatetimeIndex: ...
68
69
0 commit comments