Enregistrer DF sur TXT

df.to_csv(r'c:\data\pandas.txt', header=None, index=None, sep='\t', mode='a')
mihai