Skip to content

Commit 85815e4

Browse files
bkaminsnalimilan
andcommitted
Apply suggestions from code review
Co-authored-by: Milan Bouchet-Valat <[email protected]>
1 parent 1145ad7 commit 85815e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/man/working_with_dataframes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,8 +891,8 @@ julia> combine(df2, All() .=> identity .=> c -> first(c) .* ["_min", "_max"])
891891
1 │ 1 4 1.0 4.0
892892
```
893893

894-
Note that in this example we needed to pass `identity` explicitly as with
895-
`All() => (c -> first(c) .* ["_min", "_max"])` the right-hand side part would be
894+
Note that in this example we needed to pass `identity` explicitly since with
895+
`All() => (c -> first(c) .* ["_min", "_max"])` the right-hand side part would be
896896
treated as a transformation and not as a rule for target column names generation.
897897

898898
You might want to perform the transformation of the source data frame into the result

0 commit comments

Comments
 (0)