-
Notifications
You must be signed in to change notification settings - Fork 49
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
Pandas FutureWarning on certain groupby/mutate operations #454
Comments
Thanks for reporting! Do you know if that is with the latest version of siuba ( |
Looks like we've got Not sure where our version comes from but I can make a ticket to look into it on our side. |
Ah shoot--siuba 0.4.0 introduces the I think if you import from calitp after importing from siuba, it should work, but that's definitely not ideal! Do you have any thoughts what might work here? It might be able to warn if it would override a variable (like tbl from calitp). Let me think about this a bit more... |
Renaming tbl in calitp to something else might not be the worst idea, even if it means a bit of rework…
|
It looks like using Siuba's group_by and mutate verbs now raises a warning from Pandas
For example, running this works as expected but displays the FutureWarning
The text was updated successfully, but these errors were encountered: