-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
ZeroDivisionError when groupby rank with method="dense" and pct=True #23864
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3721987
BUG: Fixed groupby.rank w/ method="dense", pct=True if any grp count …
Koustav-Samaddar a1ba61e
BUG: Fixed groupby.rank w/ method="dense", pct=True
Koustav-Samaddar b8d343c
BUG 23666
Koustav-Samaddar 1be7457
Fixed pep8 in the tests file
Koustav-Samaddar f1db09c
Made the requested modifications
Koustav-Samaddar 7ce206c
Updated test case to assert expected result
Koustav-Samaddar 976eccc
Moved & shrunk comment block outside if block
Koustav-Samaddar 87ee207
Fixed pep8 formatting to have empty line at end of file
Koustav-Samaddar 34047da
Updated to have more test cases for better coverage
Koustav-Samaddar 88f5cb4
Made stylistic changes to code and test according to request
Koustav-Samaddar 74f9e0b
Removed comment describing bug
Koustav-Samaddar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated to have more test cases for better coverage
- Loading branch information
commit 34047dac5c7eae2c252cde120ba8fa14aa3324c4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you passing a dict? just pass 2 arguments in the parameterize. this is very hard to read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if I understand this correctly, so I followed the same styling as a previous test in the same file.
I hope the changes are more readable!