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/whatsnew/v0.11.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ three types of multi-axis indexing.
40
40
- A slice object with ints ``1:7``
41
41
- A boolean array
42
42
43
-
See more at Selection by Position indexing.integer
43
+
See more at :ref:`Selection by Position <indexing.integer>`
44
44
45
45
- ``.ix`` supports mixed integer and label based access. It is primarily label based, but will fallback to integer positional access. ``.ix`` is the most general and will support
46
46
any of the inputs to ``.loc`` and ``.iloc``, as well as support for floating point label schemes. ``.ix`` is especially useful when dealing with mixed positional and label
@@ -50,7 +50,7 @@ three types of multi-axis indexing.
50
50
is interpreted as position based or label based, it's usually better to be
51
51
explicit and use ``.iloc`` or ``.loc``.
52
52
53
-
See more at Advanced Indexing and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
53
+
See more at :ref:`Advanced Indexing <advanced>` and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
0 commit comments