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

n-dimensional tables? #8

Closed
jandehaan opened this issue Aug 29, 2018 · 2 comments
Closed

n-dimensional tables? #8

jandehaan opened this issue Aug 29, 2018 · 2 comments

Comments

@jandehaan
Copy link

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?

@rsokl
Copy link

rsokl commented Aug 30, 2018

You may want to draw inspiration from xarray if you are interested in n-dimensional tables.

@s-celles
Copy link

s-celles commented Nov 5, 2018

I discussed some months ago about it queryverse/IterableTables.jl#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants