Skip to content

Commit a6c93a5

Browse files
Update source/wrangling.md
Co-authored-by: Joel Ostblom <[email protected]>
1 parent c298033 commit a6c93a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/wrangling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ the maximum value between `mother_tongue`,
15561556
`most_at_home`, `most_at_work` and `lang_known` for each language
15571557
and region, just as we specified!
15581558

1559-
To instead create an entirely new data frame with the `assign` method, we specify one argument for each column we want to create.
1559+
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.
15601560
In this case we want to create one new column named `maximum`, so the argument
15611561
to `assign` begins with `maximum = `.
15621562
Then after the `=`, we specify what the contents of that new column

0 commit comments

Comments
 (0)