Code comment les pandas enregistrent le fichier CSV
df.to_csv('out.csv')
Gifted Gerbil
df.to_csv('out.csv')
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)
df.to_csv(file_name, sep='\t')