Skip to content

Commit

Permalink
Merge pull request #968 from abhro/patch-1
Browse files Browse the repository at this point in the history
Add prompt to docstring REPL example
  • Loading branch information
ablaom authored Apr 9, 2024
2 parents f01a03c + b6056dc commit 54ed311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ julia> table = DataFrame(x=[1,2], y=['a', 'b'], z=[10.0, 20.0], w=["A", "B"])
1 │ 1 a 10.0 A
2 │ 2 b 20.0 B
Z, XY, W = unpack(table, ==(:z), !=(:w))
julia> Z, XY, W = unpack(table, ==(:z), !=(:w));
julia> Z
2-element Vector{Float64}:
10.0
Expand Down

0 comments on commit 54ed311

Please sign in to comment.