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 ef50ef8 commit c7ab976Copy full SHA for c7ab976
pandas-stubs/core/indexes/range.pyi
@@ -22,15 +22,6 @@ class RangeIndex(Index[int]):
22
copy: bool = ...,
23
name=...,
24
): ...
25
- def __init__(
26
- self,
27
- start: int | RangeIndex | range = ...,
28
- stop: int = ...,
29
- step: int = ...,
30
- dtype=...,
31
- copy: bool = ...,
32
- name=...,
33
- ) -> None: ...
34
@classmethod
35
def from_range(cls, data, name=..., dtype=...): ...
36
def __reduce__(self): ...
0 commit comments