We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d74cb commit 6085d92Copy full SHA for 6085d92
doc/source/indexing.rst
@@ -228,8 +228,8 @@ as an attribute:
228
panel.one
229
230
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
231
-if you try to use attribute access to create a new column, it issues a ```UserWarning`` and creates a new attribute rather than a
232
-new column.
+if you try to use attribute access to create a new column, it creates a new attribute rather than a
+new column. This behavior will incur a ``UserWarning`` in 0.21.0 and later.
233
234
.. ipython:: python
235
0 commit comments