I had installed Python 3 on my laptop running Windows 10. I was trying to import pandas library so that I can read and edit Excel files for a project. However, it is giving an error.
The code I use is the standard:
import pandas as pd
I get a Traceback, ModuleNotFoundError
.