We wish to filter (extract) rows of a table that satisfy simple conditions on column values.
This section is organized as follows:
- Common Scenarios: We cover the basic yet very common
filtering scenarios e.g. filter rows where a numerical column has a particular value.
- Multiple Filters: We cover how to filter rows that satisfy
a logical combination of multiple conditions.