Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _asarray_isnull
Function
_asarray_isnull
dask/array/routines.py:2030–2033 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
2028
2029
2030
def
_asarray_isnull(values):
2031
import
pandas
as
pd
2032
2033
return
np.asarray(pd.isnull(values))
2034
2035
2036
def
isnull(values):
Callers
nothing calls this directly
Calls
1
isnull
Method · 0.45
Tested by
no test coverage detected