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

removing depricated pandas option errors="ignore" from #416

Closed
wants to merge 1 commit into from
Closed

removing depricated pandas option errors="ignore" from #416

wants to merge 1 commit into from

Conversation

Jensen-holm
Copy link

@Jensen-holm Jensen-holm commented Apr 22, 2024

datahelpers/postprocessing that was raising a FutureWarning. See pandas documentation here too see this in pandas documentation.

with the current version of pybaseball, the code below printed a lot of these pandas future warnings for me

df = pybaseball.statcast(
    start_dt="2024-04-15",
    end_dt="2024-04-21",
)

Screenshot of the warning in pandas documentation
Screenshot 2024-04-22 at 9 20 52 AM

datahelpers/postprocessing that was raising a FutureWarning.
See pandas documentation [here](https://pandas.pydata.org/docs/reference/api/pandas.to_numeric.html) too see this in pandas documentation.
@Jensen-holm Jensen-holm closed this by deleting the head repository May 15, 2024
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

Successfully merging this pull request may close these issues.

1 participant