We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working with DataFrames, I've become accustomed to using symbols for keys and I'm wondering if it's trivial to add support for this in Zarr?
e.g. z = zopen(path2zarr); z[:var_name]
The text was updated successfully, but these errors were encountered:
Would not be difficult at all. Here is the getindex implementation for a ZGroup
Zarr.jl/src/ZGroup.jl
Lines 69 to 77 in cbcaead
k::Symbol
Sorry, something went wrong.
A PR would be great.
#130
No branches or pull requests
Working with DataFrames, I've become accustomed to using symbols for keys and I'm wondering if it's trivial to add support for this in Zarr?
e.g.
z = zopen(path2zarr);
z[:var_name]
The text was updated successfully, but these errors were encountered: