main

2022/03/26

pandas-datareader error

Uninstall them

#!pip uninstall yfinance

#!pip uninstall pandas-datareader

Reinstall them

#!pip install yfinance --upgrade --no-cache-dir

#!pip install pandas-datareader

 

# If you do it in the jupyter notebook, it may not work

# Do them in command line.

No comments:

Post a Comment

How to Supercharge Your Python Classes with Class Methods

  How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...