ERR: disallow RangeIndex() #13793
Labels
API Design
Error Reporting
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
xref #13749
this is not consistent with other Indexes where we don't allow them to be constructed with no data passed (it can be
None
), but that's the idea.start
must be not-None.IOW this should raise
ValueError
The text was updated successfully, but these errors were encountered: