File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1536,8 +1536,8 @@ you can use the more general [`apply`](https://pandas.pydata.org/docs/reference/
1536
1536
``` {index} pandas.DataFrame; []
1537
1537
```
1538
1538
1539
- When we compute summary statistics with ` agg ` or apply functions using ` apply ` ,
1540
- those give us new data frames . But what if we want to append that information
1539
+ When we compute summary statistics or apply functions,
1540
+ a new data frame or series is created . But what if we want to append that information
1541
1541
to an existing data frame? For example, say we wanted to compute the
1542
1542
maximum value in each row of the ` region_lang_nums ` data frame using ` apply ` ,
1543
1543
and to append that as an additional column of the ` region_lang ` data frame.
You can’t perform that action at this time.
0 commit comments