-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
REGR: change in output of groupby.apply in 1.3.2 -> 1.3.3 #43568
Comments
It seems this is caused by #43054 |
IIUC the underlying cause is that the libreduction code used different logic to determine |
@simonjayhawkins that PR you link to is not included in 1.3.x. So while that might be the first commit on master, it's not the cause of the change in 1.3.x AFAIK |
also xref #43206 for another groupby index related change in behavior. Also note that |
changing milestone to 1.3.5 |
moving off 1.3.5 milestone. @jorisvandenbossche feel free to add back milestone and blocker label if appropriate. |
That PR fixed the regression #41999 and that PR was not backported. But this issue also persists on master, so yes we can probably eliminate those changes as directly related to this regression. |
I'm now seeing the output as it was on 1.3.2. This was caused by #52660, as expected. Closing. |
From dask/dask#8137
One of the corner cases in groupby apply (discussed in other issues like #34998) has changed behaviour:
In pandas 1.3.2 this gives:
while in pandas 1.3.3 it gives:
(note the difference in index)
The text was updated successfully, but these errors were encountered: