mwermelinger / Learn-to-code-for-data-analysis

Jupyter notebooks and datasets for this course
102 stars 226 forks source link

name 'read_excel' is not defined. #11

Closed lilymc03 closed 3 years ago

lilymc03 commented 3 years ago

I was working through exercise six of the first notebook when I ran into this error. image

I thought it may have something to do with UTF-8 encoding mentioned earlier in the course, so I tried redownloading the excel files to no avail.

image

The file names are correct, so I'm not sure what is causing this issue.

mwermelinger commented 3 years ago

The error message isn't complaining about the file names, it says that read_excel is undefined. This means that, in your current work session, you haven't run the cell that imports pandas.