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 5442285 commit 379cf86Copy full SHA for 379cf86
doc/source/indexing.rst
@@ -226,8 +226,8 @@ as an attribute:
226
panel.one
227
228
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
229
-if you try to use attribute access to create a new column, it issues a ```UserWarning`` and creates a new attribute rather than a
230
-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.
231
232
.. ipython:: python
233
0 commit comments