MCPcopy 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
2030def _asarray_isnull(values):
2031 import pandas as pd
2032
2033 return np.asarray(pd.isnull(values))
2034
2035
2036def isnull(values):

Callers

nothing calls this directly

Calls 1

isnullMethod · 0.45

Tested by

no test coverage detected