I loaded a set of CSV using JuliaDB.jl’s loadfiles.And I got a DTable, but there does not appear to be a function that can tell me the names of the columns.
There is a names functions for DataFrames it feels natural to have the same for IndexTables and DTable.