JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

Fix printing CategoricalValue #73

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

CategoricalValue entries should always be printed via showcompact() in order to get a short representation. This uses ourshowcompact() to do that when printing DataTables to REPL via show, as well as when printing them to HTML, LaTeX and CSV via printtable().

Also fix a failure due to duplicated keyword arguments on Julia 0.7, which is needed for https://github.com/JuliaData/DataTables.jl/pull/72.