promptdojo_

DataFrame selection and cleaning without guessing — step 6 of 7

Write filter_rows(rows, key, minimum): return only the rows whose row[key] >= minimum (the boolean-mask move). The script prints how many rows survived and the first survivor's user.

full-screen editor opens — close anytime to keep reading.