大叔资源备忘录

Python pandas 模块报错

import pandas
df = pandas.read_excel('2019.xlsx')
print(type(df))

原来,pandas读取excel文件,需要单独的xlrd模块支持。
退出移动版