I have a .csv file which I would like to write my program to read the first row of data and print it out and then delete that row of data, then read the next row and repeat. I'm able to do everything except the part of deleting a row in the .csv file. I tried google-ing but have not found any solutions. Can any one tell me how can I delete the first row of data from the .csv file?

Thanks