Сохранение в CSV без индекса
df.to_csv('your.csv', index=False)
Clean Curlew
df.to_csv('your.csv', index=False)