I have a CSV file that has about 20 columns and 50 rows. I am trying to overwrite the first row so I can change the labels for the columns. I tried to simply open the writer and write on the file from scratch, but it cleared the whole file under the first column then.
Any ideas would be very much appreciated!