Python使用pd.read_excel()报错Exception has occurred: ImportError, Missing optional dependency ‘openpyxl‘
使用pd.read_excel()打开xlsx文件时,报错:Exceptionhasoccurred:ImportErrorMissingoptionaldependency‘openpyxl’.Usepiporcondatoinstallopenpyxl.提示如下:根据报错信息,在pandas中和xlxs文件交互应该是需要安装额外的依赖库openpyxl,我们尝试使用pip安装看看你能不能修复。