Filter rows based on missing values in one or more columns.
exclude
parameter, the row selection can be inverted, such that only rows with missing values in selected rows
will be returned.
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
Array items
true
, rows with non-missing values will be excluded.
I.e., only rows containing missing values in the selected columns will be included in the resulting dataset.