0

it displays the following error this is the error well i have already tried with diffrent file but it doesnt work

data1=pd.read_excel('second.xlsx',sheet_name="Sheet1")
Pinakss7
  • 3
  • 1

1 Answers1

0

have you tried passing engine="openpyxl" argument?

P.S this is where I found the answer https://stackoverflow.com/a/50815107

Damien
  • 61
  • 5
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 26 '22 at 06:57
  • nope i havent tried yet, i will try it now – Pinakss7 May 26 '22 at 06:59