import pandas as pd

data = pd.read_table('horseColicTraining.txt')
data.columns=list(range(data.shape[1]))

data.to_excel('data.xls')

​提取密码 6ey2​