Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Jun 4, 2024
1 parent bed917d commit 176ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Perform the grouping and combining operations in one step with `@by`
```
df = DataFrame(x = [1, 1, 2, 2], y = [1, 2, 101, 102]);
@by df :x begin
:x = sum(:y)
:y_sum = sum(:y)
end
```

Expand Down

0 comments on commit 176ff1b

Please sign in to comment.