zarr.array
zarr.array ¶
Create an array filled with data.
Parameters:
-
data(array_like) –The data to fill the array with.
-
**kwargs(Any, default:{}) –Passed through to
create.
Returns:
-
array(Array) –The new array.