We wish to filter (extract) rows of a data frame that satisfy simple conditions on column values.
This section is organized as follows:
- Common Scenarios: We cover the basic yet most 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.