
ValueError: Excel file format cannot be determined, you must specify an engine manually. 问题解决
我就想可能是文件本身出了问题,之后我把文件重新另存为一个.xlsx文件,重新运行程序后就没有报错了,成功读取到表中的内容。zipfile.BadZipFile: File is not a zip file 然后我就有点费解了。在用pd.read_excel()函数读取excel数据时,报了这个错误。解释是 值错误:无法确定Excel。,必须手动指定引擎。







