Currently we don't follow Table.jl standard behavior where a Vector{NamedTuple}` is a table. This PR fixes that, except the columns are the dimensions and the NamedTuple names.
Closes #483
Also cleans up a few problems with Tabels.jl, like not using uniquekeys for names.
Currently we don't follow Table.jl standard behavior where a Vector{NamedTuple}` is a table. This PR fixes that, except the columns are the dimensions and the NamedTuple names.
Closes #483
Also cleans up a few problems with Tabels.jl, like not using
uniquekeys
for names.