Icon

05_​More_​Row_​Filter_​Examples

<p>This example workflow shows more row filtering.<br><br>Based on the <strong>adult.csv</strong> data set:</p><ol><li><p>Exclude rows where marital-status is missing using a <strong>Row Filter</strong> node.</p></li><li><p>On the remaining rows, filter on Nominal Values:</p><ol><li><p>extract rows where marital-status = "Divorced" using a <strong>Row Filter</strong> node</p></li><li><p>extract rows where marital-status = "Divorced" OR "Separated" using a <strong>Nominal Value Row Filter</strong> node</p></li><li><p>extract rows where marital-status = "Divorced" OR "Separated" using a <strong>Reference Row Filter</strong> node</p></li></ol></li><li><p>On the remaining rows, filter on multiple criteria:</p><ol><li><p>extract rows where marital-status = "Never-married" AND 20 &lt;= age &lt;= 40 AND workclass starts with "S" using a single <strong>Row Filter</strong> node with multiple criteria.</p></li><li><p>extract rows where marital-status = "Never-married" AND 20 &lt;= age &lt;= 40 using a <strong>Rule-based Row Filter</strong> node.</p></li></ol></li></ol>

Nodes

Extensions

Links