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 c298033 commit a6c93a5Copy full SHA for a6c93a5
source/wrangling.md
@@ -1556,7 +1556,7 @@ the maximum value between `mother_tongue`,
1556
`most_at_home`, `most_at_work` and `lang_known` for each language
1557
and region, just as we specified!
1558
1559
-To instead create an entirely new data frame with the `assign` method, we specify one argument for each column we want to create.
+To instead create an entirely new data frame, we can use the `assign` method and specify one argument for each column we want to create.
1560
In this case we want to create one new column named `maximum`, so the argument
1561
to `assign` begins with `maximum = `.
1562
Then after the `=`, we specify what the contents of that new column
0 commit comments