I have installed Anaconda and pandas are installed in a particular directory location. However when I run my Python script in Visual Studio Code the "import pandas as pd" returns the error above. Do I have to install pandas in another location next to Python.exe? If so how? I have tried installing pandas again in Anaconda and it returns with message that requirement already satisfied. I cannot run "pip install pandas" from CMD. It does not recognise pip as an internal or external command.
I will be grateful if you can help.