You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h5py's Dataset has a nice feature where one can convert type on the fly as part of reading by using the astype context manager (e.g. int to float). Is there an equivalent way to do this with Zarr?