What I mean to say is that having ---
as a value in your DataFrame column is very awkward.
- It means your column are of type
Vector{Any}
which is bad for performance - It means your vectors have an awkward string
"----"
in the middle.
PrettyTables allows you to have your data frame not include the "---"
but display it with horizontal lines for legibility.