-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: value_counts can handle the case even with empty groups (#28479) #28634
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b28456a
BUG: value_counts can handle the case even with empty groups (#28479)
dongho-jung 3ef5e8a
.
dongho-jung 40475e8
removing consecutive duplicates was the same as just unique
dongho-jung f1f104a
get the performance while handling the exception explicitly
dongho-jung 6fbaaa6
get rid of try-except
dongho-jung be018a0
Merge branch 'master' of https://github.com/pandas-dev/pandas into fi…
dongho-jung 3a7f71e
make test more idiomatic
dongho-jung e045290
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
dongho-jung d101a73
Merge origin/master into fix-GH28479-1
dongho-jung 31461d2
solve merge confilcts
dongho-jung 11df012
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
andrew-buzzni 8005603
move the logic into the BinGrouper.recons_labels
dongho-jung b507259
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
dongho-jung 67847ff
checkout unrelated files to master
dongho-jung 66a96e3
checkout sorting.py to upstream/master not origin/master
dongho-jung 9390d21
accept TomAugspurger requests
dongho-jung a75843f
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
dongho-jung d8da75a
use deterministic values instead of random values
dongho-jung 6f6371c
undo adding recons_labels method
dongho-jung 82e5153
move a change returning unique comp ids
dongho-jung 3cf850e
Merge branch 'master' into fix-GH28479-1
dongho-jung 97adfa6
Merge remote-tracking branch 'origin/fix-GH28479-1' into fix-GH28479-1
andrew-buzzni 49514aa
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
andrew-buzzni df6454b
add recons_labels under the BinGrouper
andrew-buzzni 28ee287
fix indexing in recons_labels
andrew-buzzni a1049fd
add an exact reproduction of the original issue
andrew-buzzni 3436dda
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
dongho-jung 961a72c
add a comment under recons_labels
andrew-buzzni b45527c
Merge remote-tracking branch 'upstream/master' into fix-GH28479-1
dongho-jung a364ac6
Merge branch 'fix-GH28479-1' of https://github.com/0xF4D3C0D3/pandas …
dongho-jung 368311c
rename from recons_labels to recons_codes
dongho-jung 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.