赞
踩
如图所示,我想将test2.xlsx中的Sheet1中的所有列,转换为列表
''' usecols=[0,1,2,3,4],指定的列,其实就是ABCDE列 sheet_name:表名 dtyp:数据内容为文本 ''' import pandas as pd df = pd.read_excel("./test2.xlsx", usecols=