Skip to content

Commit

Permalink
Delete redundant expression
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrboyer authored Oct 15, 2023
1 parent 26b503e commit 679f65f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/src/man/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3041,12 +3041,6 @@ julia> transform!(df, [:x, :y] => (+) => :z)
Dot Syntax:

```julia
julia> df.x # dot syntax returns a vector
3-element Vector{Int64}:
1
2
3

julia> df.z = df.x + df.y
3-element Vector{Int64}:
5
Expand Down

0 comments on commit 679f65f

Please sign in to comment.