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 9ff161b commit 8e0076dCopy full SHA for 8e0076d
doc/source/dsintro.rst
@@ -518,7 +518,7 @@ DataFrame is returned, with the new values inserted.
518
D=lambda x: x['A'] + x['C'])
519
520
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,
+ using :func:`DataFrame.assign` to update an existing column. Prior to Python 3.6,
522
callables referring to other variables being updated would get the "old" values
523
524
Indexing / Selection
0 commit comments