Concept Flow - Filtering rows
Start with data frame
Apply filter condition
Check each row against condition
Keep rows where condition is TRUE
Return filtered data frame
End
Filtering rows means checking each row in a data frame and keeping only those that meet a condition.