We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedf135 commit a3fbfe3Copy full SHA for a3fbfe3
doc/source/user_guide/indexing.rst
@@ -231,7 +231,7 @@ You can also assign a ``dict`` to a row of a ``DataFrame``:
231
232
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
233
if you try to use attribute access to create a new column, it creates a new attribute rather than a
234
-new column. In 0.21.0 and later, this will raise a ``UserWarning``:
+new column and will this raise a ``UserWarning``:
235
236
.. code-block:: ipython
237
0 commit comments