Python Forum

Full Version: Opening txt file created in python in excel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I wanted to see if someone can help me address my problem. I created a txt file in python by running the following code____python Guilds_v1.1.py -otu /Users/fabipc/Desktop/FunGuild/otu_table.csv -db fungi -m -u ___

The code worked properly and in return, I received 3 outputs in .txt format. I have worked with txt formats before and I am aware of how to open them in excel, but when I open these files, all the data is placed in one row.

If you could please let me know how to fix this and or how I can convert this txt files to open properly as an excel sheet that would be great.
We'd need to see some actual code, preferably the smallest bit that would recreate the problem.