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

Literal html read is deprecated on pandas #21

Open
dominus04 opened this issue Oct 28, 2023 · 0 comments
Open

Literal html read is deprecated on pandas #21

dominus04 opened this issue Oct 28, 2023 · 0 comments

Comments

@dominus04
Copy link

Com a atualização do Pandas, um erro começou a ser exebido acerca da passagem de html literal como parâmetro.
A solução é envolver o "content.text" em um StringIO.

Como no exemplo a seguir:

df = pd.read_html(StringIO(content.text), decimal=",", thousands='.')[0]

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