Skip to content

Commit 8e0076d

Browse files
author
datajanko
committed
changes assign to a reference on method in dsintro
1 parent 9ff161b commit 8e0076d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ DataFrame is returned, with the new values inserted.
518518
D=lambda x: x['A'] + x['C'])
519519
520520
This may subtly change the behavior of your code when you're
521-
using ``.assign()`` to update an existing column. Prior to Python 3.6,
521+
using :func:`DataFrame.assign` to update an existing column. Prior to Python 3.6,
522522
callables referring to other variables being updated would get the "old" values
523523

524524
Indexing / Selection

0 commit comments

Comments
 (0)