We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242d8de commit 35118c3Copy full SHA for 35118c3
pandas/core/indexes/range.py
@@ -53,10 +53,12 @@ class RangeIndex(Int64Index):
53
If int and "stop" is not given, interpreted as "stop" instead.
54
stop : int (default: 0)
55
step : int (default: 1)
56
- name : object, optional
57
- Name to be stored in the index.
+ dtype : np.int64
+ Unused, accepted for homogeneity with other index types.
58
copy : bool, default False
59
Unused, accepted for homogeneity with other index types.
60
+ name : object, optional
61
+ Name to be stored in the index.
62
63
Attributes
64
----------
0 commit comments