.to_excel method isn't working
in
Web Scraping and API Fundamentals in Python
/
Storing and exporting the data in a structured form
for some reson when I'm running the last cell
movies_info.to_excel("movies_info.xlsx", index = False, header = True)
it display the following a long error ending with:
ModuleNotFoundError: No module named 'openpyxl'
I'd very much appreciate some help
0 answers ( 0 marked as helpful)