You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
In [3]: pd.RangeIndex()
Out[3]: RangeIndex(start=0, stop=0, step=1)