PYTHON NO MODULE NAMED 'PANDAS_DATAREADER'

in Big Data Hadoop
Big Data Hadoop Tutorials
2 Answers to this question

You just have to run the below line in your terminal and you will be good to go.

pip install pandas_datareader

If you have already installed pandas_datareader and you are still getting this error, here is what you can do. Uninstall the existing pandas_datareader with the below command. 

pip uninstall pandas_datareader

Upgrade pip with the below command,

pip install --upgrade pip

Install the pandas_datareader again even if it says the requirement is already satisfied. Execute the below command,

pip install pandas_datareader

Restart the kernel and run your code, the error should be resolved now.

If you want to unleash your potential in this competitive field, please visit the Big Data Hadoop Training page for more information, where you can find the       and    Big Data Interview Questions FAQ's and answers    as well.

For more updates on the latest courses stay tuned to HKR Trainings.

To Top