repeated warning when running pybaseball.statcast()
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
The following warning is raised once for each day in the query:
FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
data_copy[column] = data_copy[column].apply(pd.to_datetime, errors='ignore', format=date_format)
Contributor guide
Assessment
This issue has not been assessed yet.