You could use pandas for csv processing. In this case pandas will skip the header and will bring you more possibilities.
But something like this can aslo help you:
if list(row.values()) == FIELDNAMES: pass