'File is not a zip file --> Won't load excel file

I'm trying to load my file (which isn't a zip file) using the following piece of code:

xlsx = pd.ExcelFile('US.xlsx')

But I recieve an immediate error: "BadZipFile: File is not a zip file"

I have no clue how to solve it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source