MCPcopy Create free account
hub / github.com/dask/dask / notnull

Function notnull

dask/array/routines.py:2044–2046  ·  view source on GitHub ↗

pandas.notnull for dask arrays

(values)

Source from the content-addressed store, hash-verified

2042
2043
2044def notnull(values):
2045 """pandas.notnull for dask arrays"""
2046 return ~isnull(values)
2047
2048
2049@derived_from(np)

Callers 1

pushFunction · 0.90

Calls 1

isnullFunction · 0.85

Tested by

no test coverage detected