MCPcopy Index your code
hub / github.com/dask/dask / Replace

Class Replace

dask/dataframe/dask_expr/_expr.py:1471–1476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469
1470
1471class Replace(Elemwise):
1472 _projection_passthrough = True
1473 _parameters = ["frame", "to_replace", "value", "regex"]
1474 _defaults = {"to_replace": None, "value": no_default, "regex": False}
1475 _keyword_only = ["value", "regex"]
1476 operation = M.replace
1477
1478
1479class Isin(Elemwise):

Callers 1

replaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…