赞
踩
#从第19行开始读取,分别取表格中的第4列,第2列,第5列,第6列作为结果的第1列,第2列,第3列,第4列 df = pd.read_excel(filename, header=18, usecols=[3, 1, 4, 5])