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 67e6bde commit fa3c401Copy full SHA for fa3c401
pandas-stubs/core/indexes/base.pyi
@@ -407,7 +407,7 @@ class Index(IndexOpsMixin[S1]):
407
@overload
408
def append(self, other: Index[S2]) -> Index[S1 | S2]: ...
409
410
- def append(self, other: Sequence) -> Index: ...
+ def append(self, other: Sequence[Index]) -> Index: ...
411
def putmask(self, mask, value): ...
412
def equals(self, other) -> bool: ...
413
@final
0 commit comments