MCPcopy Create free account
hub / github.com/dask/dask / Fillna

Class Fillna

dask/dataframe/dask_expr/_expr.py:1461–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459
1460
1461class Fillna(Elemwise):
1462 _projection_passthrough = True
1463 _parameters = ["frame", "value"]
1464 _defaults = {"value": None}
1465 operation = M.fillna
1466
1467
1468class Replace(Elemwise):

Callers 1

fillnaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected