Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ Fillna
Class
Fillna
dask/dataframe/dask_expr/_expr.py:1465–1469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1463
1464
1465
class
Fillna(Elemwise):
1466
_projection_passthrough = True
1467
_parameters = [
"frame"
,
"value"
]
1468
_defaults = {
"value"
: None}
1469
operation = M.fillna
1470
1471
1472
class
Replace(Elemwise):
Callers
1
fillna
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected