-
Notifications
You must be signed in to change notification settings - Fork 915
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
Fix GroupBy.get_group and GroupBy.indices #15143
Conversation
These are supposed to index based on row indices, not row labels. - Closes rapidsai#14955
/merge |
/merge |
/merge |
/merge |
conda-java-tests fail is due to NVIDIA/spark-rapids-jni#1820 wheel tests on 11.8 fail is worrying: |
Just a note that #14805 is sitting on top of these changes, and the only failure over there is conda-java-tests |
I think the dask-cudf problems are an actual bug: #15204 |
Temporarily blocking in case the |
See #15216 for the issue, we can continue with this PR. |
/merge |
Description
These are supposed to index based on row indices, not row labels.
Groupby.get_group
returns wrong result for repeated index #14955Checklist