Closed lilymc03 closed 4 years ago
I was working through exercise six of the first notebook when I ran into this error.
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.
The file names are correct, so I'm not sure what is causing this issue.
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.
read_excel
I was working through exercise six of the first notebook when I ran into this error.
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.
The file names are correct, so I'm not sure what is causing this issue.