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 0c93bcd commit c8a38ccCopy full SHA for c8a38cc
pandas/core/indexes/range.py
@@ -94,7 +94,7 @@ class RangeIndex(Index):
94
The end value of the range (exclusive).
95
step : int, default None
96
The step size of the range.
97
- dtype : np.int64
+ dtype : np.int64, default None
98
Unused, accepted for homogeneity with other index types.
99
copy : bool, default False
100
0 commit comments