I keep getting this error message: import pandas as pd
ModuleNotFoundError: No module named ‘pandas’ how do I fix this issue.
Search the forums for other posts with the details, but this is likely a dependency update problem. It affects all the python data analysis projects.
All you need is to go to the Shell option in the top right corner and type in “pip install pandas” and let the package install in your repl.
