Home > other >  Excuse me with jupyter import excel file import how to deal with failure?
Excuse me with jupyter import excel file import how to deal with failure?

Time:10-08

CodePudding user response:

No sheetname this parameter, sheet_name instead try

Refer to the website https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html
  • Related