-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Description
Describe the issue linked to the documentation
data = np.random.randint(0, 100, (1000, 1000,), dtype=int)
zarr_path = 'panda.zarr'
zstore = zarr.open(zarr_path, mode='w')
compressor = Blosc(cname='zstd', clevel=3, shuffle=Blosc.BITSHUFFLE)
zstore.create_dataset('panda', data=data, chunks=False, overwrite=True,compressor=compressor)it doesnt compress the data remain the same size
Suggested fix for documentation
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic