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]
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]