rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
282 stars 42 forks source link

Breaking: `DimVector` of `NamedTuple` is a `NamedTuple` `DimTable` #839

Open rafaqz opened 2 weeks ago

rafaqz commented 2 weeks ago

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.