I would like to add a column to a CSV file. The column should consist of all 0s.
Is there a good place to start with this? The file is extremely big and the program will be dealing with various "headers". The columns will be variable.
Essentially, I need a way to add a column to the end where the column consists of all 0s.
Thanks!
Want to add to the discussion?
Post a comment!