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
Currently, the CSV table view supports only a single row of column headers. It would be useful to support multi-level (hierarchical) headers for datasets that have grouped or nested column structures.
Use Case
Some datasets use structured or hierarchical column names, for example:
Description
Currently, the CSV table view supports only a single row of column headers. It would be useful to support multi-level (hierarchical) headers for datasets that have grouped or nested column structures.
Use Case
Some datasets use structured or hierarchical column names, for example:
In such cases, a single header row is insufficient to represent the structure clearly.
Proposed Behavior