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

Function chunked_nanlast

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

Source from the content-addressed store, hash-verified

921
922
923def chunked_nanlast(darray, axis):
924 return _chunked_first_or_last(darray, axis, op=nputils.nanlast)

Callers 1

lastFunction · 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…