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

Table -> Nested Function #16

Open
mrufsvold opened this issue May 23, 2023 · 0 comments
Open

Table -> Nested Function #16

mrufsvold opened this issue May 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mrufsvold
Copy link
Owner

We should support a way to produce a nested data structure (Dict at first, maybe struct later) from a table based on column definitions. This is a little tricky because the current implementation is lossy for when arrays are involved (we don't know which level is causing repeats, nor the index of the original value). This could be helped by #15 because we'd have to introduce the underlying infrastructure to not loss information during unnesting. But it doesn't help in the case nesting any arbitrary Table.

@mrufsvold mrufsvold added the enhancement New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant