export new csv file from modeified python code example
Example: export csv python
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)