python parser txt ke unggul

import pandas as pd
df = pd.read_table('input.txt')
df.to_excel('output.xlsx', 'Sheet1')
Alert Anaconda