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
Copy file name to clipboardExpand all lines: doc/source/advanced.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -729,7 +729,7 @@ Int64Index and RangeIndex
729
729
Prior to 0.18.0, the ``Int64Index`` would provide the default index forall``NDFrame`` objects.
730
730
731
731
``RangeIndex``is a sub-class of ``Int64Index`` added in version 0.18.0, now providing the default index forall``NDFrame`` objects.
732
-
``RangeIndex``is an optimized version of ``Int64Index`` that can represent a monotonic ordered set. These are analagous to python :ref:`range types <https://docs.python.org/3/library/stdtypes.html#typesseq-range>`.
732
+
``RangeIndex``is an optimized version of ``Int64Index`` that can represent a monotonic ordered set. These are analagous to python `range types <https://docs.python.org/3/library/stdtypes.html#typesseq-range>`__.
0 commit comments