I want simply rewrite one csv to another (empty) csv
with open("original_file.csv", \'r\') as f1: original = f1.read() with open("