Problem scenario
From a Python command prompt or when you run a Python program, you get the error message "no module named pandas". You have used pip and pip3 to install pandas. What should you do?
Solution
Use "python3" instead of "python" to ensure you are using Python 3.
You may also want to see this posting.