I have just installed pandas_datareader using pip install pandas-datareader which ran successfully.
pandas_datareader
pip install pandas-datareader
Now I am trying to use it for a tutorial an
If you are facing this issue in Jupyter Notebook, just restart the kernel within the IDE. -Make sure u have installed pandas_datareader with "pip install pandas_datareader" -Click on the tab named 'kernel' -Click Restart
Your Problem will be resolved