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

Future Warnings in team_game_logs #422

Open
2Skupz opened this issue May 4, 2024 · 0 comments
Open

Future Warnings in team_game_logs #422

2Skupz opened this issue May 4, 2024 · 0 comments

Comments

@2Skupz
Copy link

2Skupz commented May 4, 2024

Line 20: FutureWarning: Passing literal html to 'read_html' is deprecated and will be removed in a future version. To read from a literal string, wrap it in a 'StringIO' object.
data = pd.read_html(str(table))[0]

Line 36: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing errors and catch exceptions explicitly instead
data = data.apply(pd.to_numeric, errors="ignore")

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