Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork366
DOC: docs is not helping in plz help#2640
Unanswered
xalteropsx asked this question inQ&A
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Describe the issue linked to the documentationdata=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 documentationNo response |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Hi. Welcome to the Zarr project. Perhaps you can explain how you arrived at the conclusion that your example does not compress the data? |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A Labels
help wantedIssue could use help from someone with familiarity on the topic documentationImprovements to the documentation
Converted from issue
This discussion was converted from issue #2587 on January 04, 2025 07:14.