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
I think the current manipulation tools for nested data structures could be improved. As mentionned in #2611, I think a cell could contain another table, accessible via the enter input. Consider the following jsonl example.
{ "A": { "NA": 1, "NB": 2 }, "B": 100 }
The cell (1, "A") contains the nested table { "NA": 1, "NB": 2 }.
Placing the cursor in this cell and pressing enter should give access to the underlying table.
However, there is still a question of how to display the nested data structure when we are viewing the main table.
The text was updated successfully, but these errors were encountered:
I think the current manipulation tools for nested data structures could be improved. As mentionned in #2611, I think a cell could contain another table, accessible via the
enter
input. Consider the following jsonl example.The cell (1, "A") contains the nested table
{ "NA": 1, "NB": 2 }
.Placing the cursor in this cell and pressing
enter
should give access to the underlying table.However, there is still a question of how to display the nested data structure when we are viewing the main table.
The text was updated successfully, but these errors were encountered: