Читать CSV без индекса
df.to_csv('file.csv', index=False)
Successful Salamander
df.to_csv('file.csv', index=False)