I cannot import pandas_datareader on my jupyter notebook(via anaconda, python3) on my windows 10 laptop. It has been installed and I can see the file but It's having errors with importing into the jupyter notebook file. Any help?
I have tried : pip install pandas-datareader , pip3 install pandas-datareader , conda install -c anaconda pandas-datareader
I expect the the code to run smoothly however I get
ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import pandas_datareader
ModuleNotFoundError: No module named 'pandas_datareader'