Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
215
def
notnull(data):
216
return
~isnull(data)
217
218
219
def
trapz(y, x, axis):
Callers
1
fillna
Function · 0.85
Calls
1
isnull
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…