MCPcopy
hub / github.com/pydata/xarray / notnull

Function notnull

xarray/core/duck_array_ops.py:215–216  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

213
214
215def notnull(data):
216 return ~isnull(data)
217
218
219def trapz(y, x, axis):

Callers 1

fillnaFunction · 0.85

Calls 1

isnullFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…