data-reader
-
datareader로 yahoo에서 주가 가져오기Develop/python 2018. 7. 25. 19:49
datareader로 yahoo에서 주가 가져오기 pandas datareader를 사용해서 yahoo 또는 google로부터 주가를 가져올 수 있다.그러나 https://pandas-datareader.readthedocs.io/en/latest/index.html를 보면 0.6.0버전에서부터는 지원지 되지 않는다고 한다.As of v0.6.0 Yahoo!, Google Options, Google Quotes and EDGAR have been immediately deprecated due to large changes in their API and no stable replacement.대체 가능한 방법을 찾아보니 역시나 누군가 만들어 놨네...fix-yahoo-finance를 설치해서 사용하면 ..
-
pandas-datareader 설치시 libxml2 설치 에러Develop/python 2018. 7. 25. 19:07
pandas-datareader 설치시 libxml2 설치 에러 해결하기pansdas datareader를 설치(pip install pandas-datareader)할 때 막바지에 lxml 어쩌고 에러 발생 관련 해결방법들을 찾아서 순서대로 했으나 되지 않아 직접 내려받아 설치해서 해결(참고 : https://stackoverflow.com/questions/30493031/installing-lxml-libxml2-libxslt-on-windows-8-1) 1. wheel이 설치되어 있는지 확인> python -m pip install wheel Requirement already satisfied: wheel in c:\users\nukeguys\appdata\local\programs\python..