- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 19.2k
 
Closed
Labels
Description
Pandas version checks
-  I have checked that the issue still exists on the latest versions of the docs on 
mainhere 
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.RangeIndex.html
Documentation problem
The default values differ from
pandas/pandas/core/indexes/range.py
Lines 154 to 162 in e11bf72
| def __new__( | |
| cls, | |
| start=None, | |
| stop=None, | |
| step=None, | |
| dtype: Dtype | None = None, | |
| copy: bool = False, | |
| name: Hashable | None = None, | |
| ) -> Self: | 
Suggested fix for documentation
Either fix the documentation, saying that the default Nones will be set to some other values, or fix the implementation.