A DimArray{NamedTuple}
should work like a NamedTuple Table
#483
Labels
DimArray{NamedTuple}
should work like a NamedTuple Table
#483
A vector of
NamedTuple
is the most basic Table. Curretly DimensionalData.jl overrides this and makes a single column table of NamedTuple.I think this is probably never what the user would want - we should let the default behaviour come through of using
getproperty
on the objects of a vector rather than having a single column name.If
propertynames == ()
then we can use the array name as the column name.The text was updated successfully, but these errors were encountered: