Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
923
def
chunked_nanlast(darray, axis):
924
return
_chunked_first_or_last(darray, axis, op=nputils.nanlast)
Callers
1
last
Function · 0.85
Calls
1
_chunked_first_or_last
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…