MCPcopy
hub / github.com/dask/dask / notnull

Function notnull

dask/array/routines.py:2092–2094  ·  view source on GitHub ↗

pandas.notnull for dask arrays

(values)

Source from the content-addressed store, hash-verified

2090
2091
2092def notnull(values):
2093 """pandas.notnull for dask arrays"""
2094 return ~isnull(values)
2095
2096
2097@derived_from(np)

Callers 1

pushFunction · 0.90

Calls 1

isnullFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…