We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82eb524 commit bedfb57Copy full SHA for bedfb57
doc/source/whatsnew/v2.0.0.rst
@@ -207,7 +207,7 @@ Copy-on-Write improvements
207
with a :class:`DataFrame`.
208
209
- Trying to set values using chained assignment (for example, ``df["a"][1:3] = 0``)
210
- will now always raise an warning when Copy-on-Write is enabled. In this mode,
+ will now always raise a warning when Copy-on-Write is enabled. In this mode,
211
chained assignment can never work because we are always setting into a temporary
212
object that is the result of an indexing operation (getitem), which under
213
Copy-on-Write always behaves as a copy. Thus, assigning through a chain
0 commit comments