I have python 3.10.4 installed and running perfectly fine, but was given a bigger assignment that seems best suited for pandas. I installed PyCharm (2022.1 Community edition, v11.0.14.1) and that seems to work fine.
I did all the steps to install pandas (ver 1.4.2) and it seems to be in place but no matter what I do as soon as I import it in to my program
import pandas as pd
I get the error:
no module named pandas
while in PyCharm, I do have the pandas package in place for the current project, but nothing seems to be working