Keeps or drops rows where numeric values fall within a desired range, i.e. are greater than a certain minimum, and/or smaller than a maximum value.

column
string
required

Name of the column to apply the filter to.

exclude
boolean

If true, values within the specified range will be excluded from the resulting dataset.

max
number

Maximum value in the selected column to pass the filter (to be included). Either this or the min parameter must be specified.

min
number

Minimum value in the selected column to pass the filter (to be included). Either this or the max parameter must be specified.