标签: python
如何将更多数据框添加到.txt。
content.to_csv('file.txt', index=None)
DataFrame
df = pd.DataFrame({'Name':['John','Jack','Fred']})