I got this err: import pandas as pd ModuleNotFoundError: No module named 'pandas'
My versions installed are:
Python ver 3.9.7
pandas 1.3.3
pip 21.2.4
PyCharm 11.0.12
I can see pandas installed in pycharm, but when I am importing it I got that err. Any clue? Thank you