Lire CSV Python Pandas sans ID

df.to_csv('file.csv', index=False)
nomjeeb