df.to_csv(r'c:datapandas.txt', header=None, index=None, sep=' ', mode='a')
np.savetxt(r'c:data p.txt', df.values, fmt='%d')