add price update function#34
Open
jhon3242 wants to merge 2 commits into
Open
Conversation
가격정보 업데이트 함수를 추가했습니다. fdr 과 pykrx 모듈을 사용하여 기존에 price_monthly.csv 칼럼에 맞게 업데이트를 해주었습니다. 그런데 제가 m1 업데이트 이후 mysql 이 작동을 안해서 최종적으로 제대로 작동하는지 확인은 못했습니다. 확인 부탁드립니다! pykrx 모듈은 pip 로 설치하시면 됩니다!
이전에 푸시 리퀘스트 했던 가격 업데이트 함수에서 문제점이 발견 되어서 수정했습니다. 이번에는 mysql 도 고쳐서 실제로 csv 파일에 append 되는 것 까지 확인했습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
가격정보 업데이트 함수를 추가했습니다. fdr 과 pykrx 모듈을 사용하여 기존에 price_monthly.csv 칼럼에 맞게 업데이트를 해주었습니다. 그런데 제가 m1 업데이트 이후 mysql 이 작동을 안해서 최종적으로 제대로 작동하는지 확인은 못했습니다. 확인 부탁드립니다! pykrx 모듈은 pip 로 설치하시면 됩니다!