atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
285 stars 125 forks source link

Change deprecated use of pandas .append() to pd.concat() #99

Closed michaelfm1211 closed 1 year ago

michaelfm1211 commented 1 year ago

This resolves issue #90 which is also described in this Stack Overflow question post. I also describe this PR in more depth on my Stack Overflow answer for the aforementioned question.