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

Enable partial reading for specific subsets of elements #855

Open
LucaMarconato opened this issue Jan 30, 2025 · 0 comments
Open

Enable partial reading for specific subsets of elements #855

LucaMarconato opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@LucaMarconato
Copy link
Member

LucaMarconato commented Jan 30, 2025

Originally reported by @Felicie-Giraud-Sauveur via Zulip

I currently use sdata = sd.read_zarr(f"path/sdata.zarr", selection=("tables",)) to open only the tables for example. But now I am starting to have a large number of tables and it is taking a long time to open, whereas sometimes I only need to use one. I was wondering if it was currently possible to open, for example, only a selection of tables from among all the tables (or the same for shapes, etc...). I tried to do for example sdata = sd.read_zarr(f"path/sdata.zarr", selection=("table_1",)) but it does not work.
Many thanks in advance for your reply!

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

No branches or pull requests

1 participant