Unpack (extract) items from a column of lists into separate columns.
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
list_items
, then its columns will be named “list_items_0”, “list_items_1” etc. If a prefix is provided,
this will be used instead of the output dataset’s name.