SyntaxFix
Write A Post
Hire A Developer
Questions
I'd like to add to the above answers, you could directly use
df = pd.read_fwf('output_list.txt')
fwf stands for fixed width formatted lines.