JuliaComputing / TableView.jl

A Tables.jl compatible table viewer based on ag-grid
Other
101 stars 13 forks source link

Show column types #49

Closed pdeffebach closed 3 years ago

pdeffebach commented 4 years ago

Just like a DataFrame shows column types, it would be great if TableView did as well.

Stata, for example, has different colors for different types. Strings are in red, categorical variables are in blue, everything else in black. This makes it super easy to figure out what's going on in your data set.

pfitzseb commented 3 years ago

Column types are displayed as tooltips when hovering over the header.