hi, I am trying to add new row to my old csv file. Basically it get update each time when I run the python script. Right now I am storing the old csv rows values in list and then deleting the csv file and creating it again with the new list value.
Wanted to know is there any better ways of doing it.
Thanks