Future Warnings in team_game_logs
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
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")
Contributor guide
Assessment
This issue has not been assessed yet.