I had an interview today (spoiler: I didn't get an offer), and one of the rounds of my interview involved refactoring some poorly written Python code. In this code was a function that parsed a CSV file and returned all the rows with columns matching some arbitrary input values. The