Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: docs is not helping in plz help #2587

Closed
xalteropsx opened this issue Dec 28, 2024 · 0 comments
Closed

DOC: docs is not helping in plz help #2587

xalteropsx opened this issue Dec 28, 2024 · 0 comments
Labels
documentation Improvements to the documentation help wanted Issue could use help from someone with familiarity on the topic

Comments

@xalteropsx
Copy link

xalteropsx commented Dec 28, 2024

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

@xalteropsx xalteropsx added documentation Improvements to the documentation help wanted Issue could use help from someone with familiarity on the topic labels Dec 28, 2024
@zarr-developers zarr-developers locked and limited conversation to collaborators Jan 4, 2025
@jhamman jhamman converted this issue into discussion #2640 Jan 4, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
documentation Improvements to the documentation help wanted Issue could use help from someone with familiarity on the topic
Projects
None yet
Development

No branches or pull requests

1 participant