Last answered:

14 Jul 2023

Posted on:

13 Jul 2023

0

Resolved: Error in mydata_02.to_excel part

Hello, i faced a problem in mydata_02.to_excel Part as i displayed below in the screenshots

kindly tell me if i missing something and tell me what should i do.

thanks in advance

1 answers ( 1 marked as helpful)
Instructor
Posted on:

14 Jul 2023

0

Hi Amal!

Thanks for reaching out!

Please check if you have installed pandas after typing 

pip install pandas 

in Anaconda prompt. 

If you have installed only pandas and encounter an error when using to_excel(), you can install openpyxl by running the following command:

pip install openpyxl

Hope this helps.

Best,

Ivan

Submit an answer