Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: DimVector of NamedTuple is a NamedTuple DimTable #839

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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
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
1 participant