-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
groupby/quantile breaks #28307
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
Comments
Can you try on master? I believe this has already been fixed |
I think I'm seeing the same issue here: #28312. Basically, if the GroupBy column has more than 2 categories, the quantile code breaks. |
Fixed by #28113 I think. That's included in 0.25.2 which will be out in a few weeks, or you can use master. |
Confirming fixed on master:
FWIW as a side note it took me a little bit to figure out how to build and run off of master. Also, I didn't initially anticipate the build time required for the native libraries. Happy to help but maybe a link giving a quick outline of process when suggesting "try on master" would help reduce friction for casual bug reporters like myself? |
Code Sample, a copy-pastable example if possible
Problem description
An exception is thrown above. This was not an issue in Pandas 0.24.2.
Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: