Please help for an error reading Excel file

Dear all,

My code has an error when reading Excel files, so could you please check?

Thank you,

Best regards,
Van Can

1 Like

dear vancan.

thank you for your posting.
Basically, I think it’s an error due to not checking the pandas documentation.
Because the URL and Sample of the pandas1.43 document are shown below, but unlike pandas1.20, two or more arguments are required.

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html

Therefore, if you give the required information such as index_col, I think the problem will be solved.

Regards, you.
ktsh.tanaka.2020