fixes after code review
This commit is contained in:
parent
b3c38db6bc
commit
632bdb7bd8
2
appB.jl
2
appB.jl
@ -186,6 +186,8 @@ proptable([walk_unique_2ahead() for _ in 1:10^5])
|
||||
# Code for exercise 11.1
|
||||
|
||||
@time wide = DataFrame(ones(1, 10_000), :auto);
|
||||
@time wide = DataFrame(ones(1, 10_000), :auto);
|
||||
@time Tables.columntable(wide);
|
||||
@time Tables.columntable(wide);
|
||||
|
||||
# Code for exercise 11.2
|
||||
|
Loading…
Reference in New Issue
Block a user