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

Multi-dimensional StructArrays are displayed as vectors. #3020

Open
laggvar opened this issue Sep 12, 2024 · 2 comments
Open

Multi-dimensional StructArrays are displayed as vectors. #3020

laggvar opened this issue Sep 12, 2024 · 2 comments
Labels
other packages Integration with other Julia packages

Comments

@laggvar
Copy link

laggvar commented Sep 12, 2024

I find it very confusing that that linear indexing is used and size information is hidden.
image


@Pangoraw
Copy link
Collaborator

StructArrays implement the Tables.jl interface which has more priority than the matrix display. You could collect to a matrix in order to see the 2 dimensions.

@Pangoraw Pangoraw added the other packages Integration with other Julia packages label Sep 12, 2024
@aplavin
Copy link
Contributor

aplavin commented Sep 27, 2024

Yet another case of overeager table display in Pluto, I guess... See also #2417.

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

No branches or pull requests

3 participants