我无法用 pandas 打开 excel 文件,
I am unable to open the excel file with pandas,
它显示以下错误
this is the error
好吧,我已经尝试过不同的文件,但它不起作用
data1=pd.read_excel('second.xlsx',sheet_name="Sheet1")
你试过传递 engine="openpyxl"
参数吗?
P.S 这是我找到答案的地方
它显示以下错误 this is the error 好吧,我已经尝试过不同的文件,但它不起作用
data1=pd.read_excel('second.xlsx',sheet_name="Sheet1")
你试过传递 engine="openpyxl"
参数吗?
P.S 这是我找到答案的地方