Concept Flow - Boolean filtering
Start with DataFrame
Create Boolean Condition
Apply Condition to DataFrame
Get Filtered DataFrame
End
We start with a data table, create a true/false condition for each row, then keep only rows where the condition is true.