Replace specified values in a column with new ones.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
text
: if input is text and parameter "as_category": false
category
: if input is not a column of lists and "as_category": true
list
: if input is a column of lists, list
of the same kind as the input.step(..., {"param": "value", ...}) -> (output)
.
Parameters