Python pandas 模块报错 RS 4年前 import pandas df = pandas.read_excel('2019.xlsx') print(type(df)) 原来,pandas读取excel文件,需要单独的xlrd模块支持。