Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_ffill_functions
Function
test_ffill_functions
xarray/tests/test_missing.py:533–535 ·
view source on GitHub ↗
(da)
Source
from the content-addressed store, hash-verified
531
532
@requires_bottleneck
533
def
test_ffill_functions(da):
534
result = da.ffill(
"time"
)
535
assert result.isnull().sum() == 0
536
537
538
@requires_bottleneck
Callers
nothing calls this directly
Calls
3
ffill
Method · 0.45
sum
Method · 0.45
isnull
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…