【Python】Pandas Excel file format cannot be determined, you must specify an engine manually.报错【已解决】
Pandas读取Excel报错Excelfileformatcannotbedetermined,youmustspecifyanenginemanually.pd.read_excel方法本身是支持多种引擎的,包括"xlrd",“openpyxl”,“odf”,“pyxlsb”,更换引擎后依然失效!Debug我们直接用可以直接用openwith打开源文件withopen(ipath,'r',en