Skip to content

Commit

Permalink
Update DataFrame_tools.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn authored Apr 3, 2022
1 parent 25d3ddb commit 1300964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataFrame_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ function desc(df::DataFrame,varnames::Symbol...; labels::Union{Nothing,Label}=no
header = vcat(header,"% Miss")
alignment = vcat(alignment,:r)
end
if labels
if labels != nothing
header = vcat(header,["Lbl Name","Description"])
alignment = vcat(alignment,[:l,:l])
end
Expand Down

0 comments on commit 1300964

Please sign in to comment.