You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: