Missing Value Column Filter

The node tests each selected column for missing values and removes the column if it meets the specified condition about the number of missing values. Each column that is not selected for the test is passed on to the output unconditionally.

Options

Input columns
Select the columns to test for missing values.
Remove columns
Specify the threshold for the removal of selected columns.
  • With at least one missing value: Remove the column if it contains at least one missing value.
  • With only missing values: Remove the column if it contains only missing values.
  • By percentage of missing values: Remove the column if it contains at least the configured percentage of missing values.
  • By number of missing values: Remove the column if it contains at least the configured number of missing values.
Threshold percentage (equal or more than %)
Selected columns with at least this percentage of missing values are filtered out.
Threshold number (equal or more than)
Selected columns with at least this number of missing values are filtered out.

Input Ports

Icon
Table from which columns are filtered.

Output Ports

Icon
Table without selected columns matching the criterion regarding missing values.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.