Loading fields and other custom slices for structured arrays #112
Labels
enhancement
New features or improvements
release notes done
Automatically applied to PRs which have release notes.
Milestone
After discussion in issue ( https://github.com/alimanfoo/zarr/issues/110 ), a particular interesting case of slicing structured arrays stored in Zarr came up. In particular, it would be great to be able to slice particular field(s) (e.g.
z[:, 'foo']
). Related to this, it would be great if a particular range or index could be used (e.g.z[:5, 'foo']
orz[1, 'foo']
).The text was updated successfully, but these errors were encountered: