We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d3ba13 + d78de57 commit c5d048dCopy full SHA for c5d048d
1 file changed
src/precis.jl
@@ -32,7 +32,7 @@ function precis(df::DataFrame; io = stdout, digits = 4, depth = Inf, alpha = 0.1
32
d[:, col] .= round.(d[:, col], digits = digits)
33
end
34
35
- pretty_table(io, d, nosubheader = true, vlines = [0, 1, 7])
+ pretty_table(io, d, show_subheader = false, vlines = [0, 1, 7])
36
37
38
export
0 commit comments