DataFrame à CSV sans IDS
df.to_csv('your.csv', index=False)
Shiny Salmon
df.to_csv('your.csv', index=False)