What I expected to happen: to be able to filter out for total enrolment below 1K and sat score below 1K
What actually happened: I get a different results from the answer. The answer Hint is
You may want to use two different statements to perform the filtration ā one to keep only those rows where total_enrollment is under 1000 , and the other to keep rows where sat_score is under 1000
Other details: Why is that so? Trying to understand why i get different results in this case