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

Problem reading columns within a group's dataset #17

Closed
dribbadev opened this issue Dec 18, 2015 · 1 comment
Closed

Problem reading columns within a group's dataset #17

dribbadev opened this issue Dec 18, 2015 · 1 comment

Comments

@dribbadev
Copy link

I'm trying to read a dataset from a group. This dataset is composed by 47033 rows x 2 columns. Using the read() functions I just get a 94066 array. How can I get the right object? Thanks.

@alejandro-isaza
Copy link
Owner

Extracting an array of arrays would be inefficient, especially for higher-dimensional data. What you need to do is array[col + row * 2] for accessing column col and row row. You could also use a matrix class like the one in Upsurge

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

2 participants