I have written python program in IDE however, I get the following error for importing Pandas in python. Just importing pandas in the program.
import pandas as pd ModuleNotFoundError: No module named ‘pandas’
However, I have also installed Anaconda and with that, I used Jupyter Notebook to run the same program and it was successful. How can I solve this issue in IDE?