报错提示:
ValueError: Excel file format cannot be determined, you must specify an engine manually
网上有人说需要手动指定引擎,加入engine=‘openyxl’或xlrd等等,都没用
忽然发现源文件有加密,虽然我能够自由读取,但是通过pandas读取可能会因为这一点报错
找了另一个无加密的文件读取,问题解决
报错提示:
ValueError: Excel file format cannot be determined, you must specify an engine manually
网上有人说需要手动指定引擎,加入engine=‘openyxl’或xlrd等等,都没用
忽然发现源文件有加密,虽然我能够自由读取,但是通过pandas读取可能会因为这一点报错
找了另一个无加密的文件读取,问题解决