Filter Transform

Use filter to keep only the rows that match a condition.

Basic Syntax

$ Basic Syntax
$ ctrl+enter to run

This keeps users who are 18 or older.

Multiple Conditions

Combine conditions with && (and) and || (or):

$ Multiple Conditions
$ ctrl+enter to run

None Handling

Use none to check for absent values:

$ None Handling
$ ctrl+enter to run