@@ -1729,12 +1729,11 @@ Returning a view versus a copy
1729
1729
1730
1730
.. warning ::
1731
1731
1732
- `Copy-on-Write
1733
- <https://pandas.pydata.org/docs/dev/user_guide/copy_on_write.html> `__.
1732
+ :ref: `Copy-on-Write <copy_on_write >`
1734
1733
will become the new default in pandas 3.0. This means than chained indexing will
1735
1734
never work. As a consequence, the ``SettingWithCopyWarning `` won't be necessary
1736
1735
anymore.
1737
- See `this section <https://mathdatasimplified.com/2023/04/20/copy-on-write-mode-in-pandas-2-0/ >`__
1736
+ See :ref: `this section <copy_on_write_chained_assignment >`
1738
1737
for more context.
1739
1738
We recommend turning Copy-on-Write on to leverage the improvements with
1740
1739
@@ -1784,12 +1783,11 @@ Why does assignment fail when using chained indexing?
1784
1783
1785
1784
.. warning ::
1786
1785
1787
- `Copy-on-Write
1788
- <https://pandas.pydata.org/docs/dev/user_guide/copy_on_write.html> `__.
1786
+ :ref: `Copy-on-Write <copy_on_write >`
1789
1787
will become the new default in pandas 3.0. This means than chained indexing will
1790
1788
never work. As a consequence, the ``SettingWithCopyWarning `` won't be necessary
1791
1789
anymore.
1792
- See `this section <https://mathdatasimplified.com/2023/04/20/copy-on-write-mode-in-pandas-2-0/ >`__
1790
+ See :ref: `this section <copy_on_write_chained_assignment >`
1793
1791
for more context.
1794
1792
We recommend turning Copy-on-Write on to leverage the improvements with
1795
1793
@@ -1857,12 +1855,11 @@ Evaluation order matters
1857
1855
1858
1856
.. warning ::
1859
1857
1860
- `Copy-on-Write
1861
- <https://pandas.pydata.org/docs/dev/user_guide/copy_on_write.html> `__.
1858
+ :ref: `Copy-on-Write <copy_on_write >`
1862
1859
will become the new default in pandas 3.0. This means than chained indexing will
1863
1860
never work. As a consequence, the ``SettingWithCopyWarning `` won't be necessary
1864
1861
anymore.
1865
- See `this section <https://mathdatasimplified.com/2023/04/20/copy-on-write-mode-in-pandas-2-0/ >`__
1862
+ See :ref: `this section <copy_on_write_chained_assignment >`
1866
1863
for more context.
1867
1864
We recommend turning Copy-on-Write on to leverage the improvements with
1868
1865
0 commit comments