Skip to content

Commit 107b15b

Browse files
committed
Update warmup.jl
1 parent 169ea82 commit 107b15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/precompile/warmup.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function warmup()
4848
innerjoin(ds, ds3, on = :x1, makeunique = true, method = :hash)
4949
transpose(ds, 1:ncol(ds))
5050
transpose(groupby(ds,1:8), [2,3])
51+
show(IOBuffer(), MIME("text/html"), ds);
5152
# views
5253
ds = Dataset("A"=> ["A", "A" ,"A", "A", "B", "B","G"],
5354
"B"=> ["C", "D", "E", "B", "F", "G","N"]

0 commit comments

Comments
 (0)