DataFrame to CSV bez identyfikatorów
df.to_csv('your.csv', index=False)
Shiny Salmon
df.to_csv('your.csv', index=False)