File tree 3 files changed +3
-3
lines changed
getting_started/comparison
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Filtering in SQL is done via a WHERE clause.
75
75
LIMIT 5;
76
76
77
77
DataFrames can be filtered in multiple ways; the most intuitive of which is using
78
- :ref: `boolean indexing < boolean. indexing >`.
78
+ :ref: `Boolean Indexing < indexing.boolean_indexing >`.
79
79
80
80
.. ipython :: python
81
81
Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ Current behavior
676
676
KeyError in the future, you can use .reindex() as an alternative.
677
677
678
678
See the documentation here:
679
- :ref:`deprecate loc reindex for list-likes <indexing>`
679
+ :ref:`Indexing and Selecting Data <indexing.list_with_missing_labels_deprecated >`
680
680
681
681
Out[4]:
682
682
1 2.0
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ Current behavior
470
470
KeyError in the future, you can use .reindex() as an alternative.
471
471
472
472
See the documentation here:
473
- :ref:`Indexing and Selecting Data<indexing>`
473
+ :ref:`Indexing and Selecting Data<indexing.list_with_missing_labels_deprecated >`
474
474
475
475
Out[4]:
476
476
1 2.0
You can’t perform that action at this time.
0 commit comments