We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f64a commit 9a869a1Copy full SHA for 9a869a1
docs/user-guide/arrays.rst
@@ -43,6 +43,7 @@ Pass existing data during array creation for convenience:
43
arr = zarr.create_array("data.zarr", shape=data.shape, data=data)
44
45
Equivalent to separate assignment:
46
+
47
.. code-block:: python
48
49
arr = zarr.create_array("data.zarr", shape=(1000, 1000))
0 commit comments