Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ _asarray_isnull
Function
_asarray_isnull
dask/array/routines.py:2078–2081 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
2076
2077
2078
def
_asarray_isnull(values):
2079
import
pandas
as
pd
2080
2081
return
np.asarray(pd.isnull(values))
2082
2083
2084
def
isnull(values):
Callers
nothing calls this directly
Calls
1
isnull
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…