MCPcopy 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
2078def _asarray_isnull(values):
2079 import pandas as pd
2080
2081 return np.asarray(pd.isnull(values))
2082
2083
2084def isnull(values):

Callers

nothing calls this directly

Calls 1

isnullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…