Make public start, stop and step attributes for RangeIndex · Issue #25710 · pandas-dev/pandas (original) (raw)

This may be useful to downstream projects (e.g. apache/arrow#3868).

Initially, I think the idea was for RangeIndex to be a drop-in optimized replacement for the equivalent Int64Index. Other libraries might want public access to the same optimizations.