I want to remove rows from a CSV dictionary. My current approach is to put all the data from the CSV into a temporary list from which I .remove() the unwanted r
.remove()