DataFrame para CSV sem IDs
df.to_csv('your.csv', index=False)
Shiny Salmon
df.to_csv('your.csv', index=False)