Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated use of frame.append method #90

Open
RyanBlakeIT opened this issue Sep 8, 2022 · 0 comments
Open

Deprecated use of frame.append method #90

RyanBlakeIT opened this issue Sep 8, 2022 · 0 comments

Comments

@RyanBlakeIT
Copy link

Receiving a warning message when running queries. Not sure what needs to be changed on these lines as simply replacing append with concat doesn't work.

/usr/local/lib/python3.9/site-packages/yahoo_fin/stock_info.py:295: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
data = tables[0].append(tables[1])
/usr/local/lib/python3.9/site-packages/yahoo_fin/stock_info.py:302: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
data = data.append(quote_price)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant