Oszczędzanie na CSV bez indeksu
df.to_csv('your.csv', index=False)
Clean Curlew
df.to_csv('your.csv', index=False)