How can i add more dataframe to a .txt.
content.to_csv('file.txt', index=None)
DataFrame
df = pd.DataFrame({'Name':['John','Jack','Fred']})
How can i add more dataframe to a .txt.
content.to_csv('file.txt', index=None)
DataFrame
df = pd.DataFrame({'Name':['John','Jack','Fred']})