Skip to content

Commit d78de57

Browse files
fix precis for prettytables
1 parent 6d3ba13 commit d78de57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function precis(df::DataFrame; io = stdout, digits = 4, depth = Inf, alpha = 0.1
3232
d[:, col] .= round.(d[:, col], digits = digits)
3333
end
3434

35-
pretty_table(io, d, nosubheader = true, vlines = [0, 1, 7])
35+
pretty_table(io, d, show_subheader = false, vlines = [0, 1, 7])
3636
end
3737

3838
export

0 commit comments

Comments
 (0)