RemoteDataError : unable to read URL1 [파이썬] pandas_datareader 오류 Unable to read URL 해결 방법! pandas_datareader 라이브러리를 활용하면 Yahoo Finance에서 증시 자료를 받아올 수 있다. 하지만 이를 처음 실행하면 아래와 같은 오류가 발생할 수도 있다. 그 해결법을 알아보겠다. 1. 오류 : RemoteDataError: Unable to read URL import pandas_datareader as pdr df = pdr.get_data_yahoo('SPY') RemoteDataError: Unable to read URL: https://finance.yahoo.com/quote/SPY/history?period1=1467511200&period2=1625277599&interval=1d&frequency=1d&filter=history 2. 해결 : 라이브러리를 업데이.. 2021. 10. 27. 이전 1 다음 반응형