def normalized_readings(rows): return [ parse_reading(row["value"]) for row in rows if parse_reading(row["value"]) ]