Skip to content

Conversation

@rafaqz
Copy link
Owner

@rafaqz rafaqz commented Nov 3, 2024

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.

@rafaqz rafaqz changed the title Breaking: DimVector of NamedTuple is a NamedTuple DimGTable Breaking: DimVector of NamedTuple is a NamedTuple DimTable Nov 3, 2024
@rafaqz rafaqz changed the title Breaking: DimVector of NamedTuple is a NamedTuple DimTable Breaking: DimVector of NamedTuple is a NamedTuple DimTable Nov 3, 2024
@rafaqz rafaqz changed the base branch from main to breaking March 8, 2025 23:30
@rafaqz rafaqz merged commit 685efd7 into breaking Mar 8, 2025
7 checks passed
@rafaqz rafaqz deleted the namedtuple_table branch March 8, 2025 23:30
@felixcremer felixcremer mentioned this pull request Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A DimArray{NamedTuple} should work like a NamedTuple Table

2 participants