How can I use the csv module to remove all rows where any of the column values is missing? I my case I have two columns a and b, so if I have a value on a but nothing on b, that row should be removed. How an I achieve this?
How can I use the csv module to remove all rows where any of the column values is missing? I my case I have two columns a and b, so if I have a value on a but nothing on b, that row should be removed. How an I achieve this?