I am having this issue when running my code in PyCharm. other of my codes where I don't import pandas or NumPy work fine.
I have tried the suggested solution in this previous question in my terminal:
pip install --user --force-reinstall --ignore-installed --no-binary :all: pandas
But I get the following error:
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
I am stock and don't know what to do from here.