Python Forum
pandas.read_excel does not seem to work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pandas.read_excel does not seem to work
#1
I run this code:

dataframe = pandas.read_csv(filename, usecols=[2], engine = 'python', skipfooter = skipfooter) 
and runs perfectly.But when I run this command:

dataframe = pandas.read_excel(filename, usecols=[2], engine = 'python', skipfooter = skipfooter)


I get this:

Error:
ValueError: Unknown engine:python
When I omit engine and skipfooter (as I saw by googling related answers) the program "stucks" for hours... Obviously I use .csv file in the first one and .xlsx in the second one. Any idea what I miss here??
Reply


Messages In This Thread
pandas.read_excel does not seem to work - by hobbyist - Jan-31-2021, 10:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  For Loop Works Fine But Append For Pandas Doesn't Work knight2000 2 3,013 Dec-18-2021, 02:38 AM
Last Post: knight2000
  Cannot make 'pandas' module to work... ellie145 2 5,215 Jan-05-2021, 09:38 PM
Last Post: ellie145

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020