MCPcopy Index your code
hub / github.com/pydata/xarray / chunked_nanfirst

Function chunked_nanfirst

xarray/core/duck_array_ops.py:919–920  ·  view source on GitHub ↗
(darray, axis)

Source from the content-addressed store, hash-verified

917
918
919def chunked_nanfirst(darray, axis):
920 return _chunked_first_or_last(darray, axis, op=nputils.nanfirst)
921
922
923def chunked_nanlast(darray, axis):

Callers 1

firstFunction · 0.85

Calls 1

_chunked_first_or_lastFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…