Concept Flow - Boolean indexing for filtering
Start with array
Create boolean condition array
Use boolean array to select elements
Return filtered array
We start with an array, create a boolean array by applying a condition, then use it to pick elements that match the condition.
