zarr.zeros
zarr.zeros ¶
Create an array with a fill value of zero.
Parameters:
-
shape(int or tuple of int) –Shape of the empty array.
-
**kwargs(Any, default:{}) –Keyword arguments passed to
zarr.api.asynchronous.create.
Returns:
-
Array–The new array.