indeks drop to_csv
df.to_csv('file.csv', index=False)
nomjeeb
df.to_csv('file.csv', index=False)
df.to_csv('modified.txt', index=False, sep='\t')