Creates a new constant column (with a single unique value) of the same length as the input column.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters
out_type
parameter.Options
category
date
number
boolean
url
sex
text
list[number]
list[category]
list[url]
list[boolean]
list[date]