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 c447d1b commit f2ba0fcCopy full SHA for f2ba0fc
source/wrangling.md
@@ -1565,7 +1565,7 @@ Remember to specify `axis=1` in the `apply` method so that we compute the row-wi
1565
```{code-cell} ipython3
1566
:tags: ["output_scroll"]
1567
region_lang.assign(
1568
- maximum = region_lang_nums.apply(max, axis=1)
+ maximum=region_lang_nums.max(axis=1)
1569
)
1570
```
1571
This data frame looks just like the previous one, except that it is a copy of `region_lang`, not `region_lang` itself; making further
0 commit comments