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 a6c93a5 commit c447d1bCopy full SHA for c447d1b
source/wrangling.md
@@ -1558,7 +1558,7 @@ and region, just as we specified!
1558
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.
1560
In this case we want to create one new column named `maximum`, so the argument
1561
-to `assign` begins with `maximum = `.
+to `assign` begins with `maximum= `.
1562
Then after the `=`, we specify what the contents of that new column
1563
should be. In this case we use `apply` just as we did in the previous section to give us the maximum values.
1564
Remember to specify `axis=1` in the `apply` method so that we compute the row-wise maximum value.
0 commit comments