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
Are there any plans to extend the interface to table-like structures with more than 2 dimensions?
Examples are 3-dimensional structures like Array{Any, 3} and Excel workbooks with multiple sheets.
An obvious extension might be Tables.sheets(table) => iterator with values accessible via getproperty(sheet, row, columnname)
But how could this be extended to 4 dimensions or n-dimensions in general?
The text was updated successfully, but these errors were encountered:
Are there any plans to extend the interface to table-like structures with more than 2 dimensions?
Examples are 3-dimensional structures like Array{Any, 3} and Excel workbooks with multiple sheets.
An obvious extension might be
Tables.sheets(table) => iterator with values accessible via getproperty(sheet, row, columnname)
But how could this be extended to 4 dimensions or n-dimensions in general?
The text was updated successfully, but these errors were encountered: