Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ filled
Function
filled
dask/array/ma.py:25–27 ·
view source on GitHub ↗
(a, fill_value=None)
Source
from the content-addressed store, hash-verified
23
24
@derived_from(np.ma)
25
def
filled(a, fill_value=None):
26
a = asanyarray(a)
27
return
a.map_blocks(np.ma.filled, fill_value=fill_value)
28
29
30
def
_wrap_masked(f):
Callers
nothing calls this directly
Calls
2
asanyarray
Function · 0.90
map_blocks
Method · 0.45
Tested by
no test coverage detected