Skip to content

Commit a3fbfe3

Browse files
authored
DOC: remove reference to pandas v 0.21 (#51106)
1 parent aedf135 commit a3fbfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You can also assign a ``dict`` to a row of a ``DataFrame``:
231231
232232
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
233233
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``:
234+
new column and will this raise a ``UserWarning``:
235235

236236
.. code-block:: ipython
237237

0 commit comments

Comments
 (0)