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 a57fc32 commit 24b02f4Copy full SHA for 24b02f4
pandas/core/indexes/range.py
@@ -316,10 +316,7 @@ def stop(self) -> int:
316
This property returns the `stop` value of the RangeIndex, which defines the
317
upper (or lower, in case of negative steps) bound of the index range. The
318
`stop` value is exclusive, meaning the RangeIndex includes values up to but
319
- not including this value. This property complements the `start` and `step`
320
- properties that, together with `stop`, describe the entire range. The
321
- `RangeIndex` is commonly used in performance-critical scenarios because it
322
- doesn't store individual values, only the range metadata.
+ not including this value.
323
324
See Also
325
--------
0 commit comments