Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
919
def
chunked_nanfirst(darray, axis):
920
return
_chunked_first_or_last(darray, axis, op=nputils.nanfirst)
921
922
923
def
chunked_nanlast(darray, axis):
Callers
1
first
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…