Closed
Description
Zarr Python 2 had nice info
properties on the Group
and Array
classes. We haven't built these for v3 yet.
>>> import zarr
>>> z = zarr.zeros(1000000, chunks=100000, dtype='i4')
>>> z.info
Type : zarr.core.Array
Data type : int32
Shape : (1000000,)
Chunk shape : (100000,)
Order : C
Read-only : False
Compressor : Blosc(cname='lz4', clevel=5, shuffle=SHUFFLE, blocksize=0)
Store type : zarr.storage.KVStore
No. bytes : 4000000 (3.8M)
No. bytes stored : 320
Storage ratio : 12500.0
Chunks initialized : 0/10
Reference to stub in v3:
zarr-python/src/zarr/core/array.py
Lines 598 to 599 in 61683be
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done