I'm trying to figure out how to deal with empty cells when iterating through a CSV file. I am currently receiving an IndexError whenever I run the loop. This is because the rows are not empty, just some of the cells in the columns that I am iterating through.
I am using a standard for loop for the iteration. Is there a way that I can skip the empty cells when running the loop?