Match only rows where column is not equal to value.
column
value
This filter does not include rows where column is NULL. To match null values, use .is(column, null) instead.
NULL
.is(column, null)
The column to filter on
The value to filter with