CSV à TXT Code Pandas

df.to_csv('data.csv',index=False)
Clever Cod