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.
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.