-
Notifications
You must be signed in to change notification settings - Fork 104
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
Deprecation Warning from pandas #198
Comments
It does not look like this issue has gone completely gone away somehow. We see something similar with patsy 0.5.5 inside the scikit-learn CI where we turn warnings into errors for our gallery examples. I have to say I don't fully follow the logic of #199, maybe I post more comments in the PR about my questions ... in our case it made it slightly worse since the warning is at To reproduce (pandas >= 2.1.0 which is the version that deprecated
With patsy 0.5.5 you get the error during |
To make things a bit more complicated, one thing I noticed is that pandas may raise a Context: pandas-dev/pandas#54970 and pandas-dev/pandas#56377. |
I noted that as well, but assumed your patch was about making things work when this functionality is eventually removed, and less about suppressing the warnings themselves.... but I can totally see why you'd want to remove those warnings. |
patsy
uses functions from pandas that are deprecated:I'll take a look and try to make a PR for this.
The text was updated successfully, but these errors were encountered: