I have a .csv like:
location,num1,num2,min,avg,med,max,std,
1344 and 640, 278.000000,8215.000000,0.000000,0.475325,0.465546;0.985196,0.168458,
I want to include on first line the String 'ID' and on second line a variable with the ID as:
ID,location,num1,num2,min,avg,med,max,std,
134085,1344 and 640, 278.000000,8215.000000,0.000000,0.475325,0.465546;0.985196,0.168458,
I don't know how to include the ID variable on the second line. This .csv must be saved with the new result.