-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
ENH: Add dropna in groupby to allow NaN in keys #30584
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
59 commits
Select commit
Hold shift + click to select a range
7e461a1
remove \n from docstring
charlesdong1991 1314059
fix conflicts
charlesdong1991 8bcb313
Merge remote-tracking branch 'upstream/master'
charlesdong1991 13b03a8
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 98f6127
fix issue 3729
charlesdong1991 d5fd74c
fix conflicts
charlesdong1991 eb717ec
not check type
charlesdong1991 de2ee5d
Add groupby test for Series
charlesdong1991 def05cc
Add whatsnew note
charlesdong1991 2888807
Code change based on JR review
charlesdong1991 b357659
fix conflicts
charlesdong1991 dc4fef1
add forgotten commits
charlesdong1991 25482ec
add forgotten commit
charlesdong1991 015336d
Add dropna for series
charlesdong1991 ac2a79f
add doc example for Series
charlesdong1991 eb9a6f7
Add level example for series groupby
charlesdong1991 ffb70f8
Add doc example for frame groupby
charlesdong1991
8000
b0e3cce
Code change based on JR reviews
charlesdong1991 a1d5510
add doc
charlesdong1991 11ef56a
move doc
charlesdong1991 b247a8b
NaN to NA
charlesdong1991 7cb027c
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 d730c4a
Fix linting
charlesdong1991 42c4934
fix rst issue
charlesdong1991 2ba79b9
fix rst issue
charlesdong1991 8b79b6c
refactor based on WA review
charlesdong1991 a4fdf2d
merge master and resolve conflicts
charlesdong1991 4ac15e3
remove blank
charlesdong1991 4ebbad3
code change on reviews
charlesdong1991 f141b80
use pd.testing
charlesdong1991 23ad19b
linting
charlesdong1991 bafc4a5
fixup
charlesdong1991 c98bafe
fixup
charlesdong1991 86a5958
doc
charlesdong1991 6cf31d7
validation
charlesdong1991 2b77f37
xfail windows
charlesdong1991 451ec97
rebase and resolve conflict
charlesdong1991 1089b18
fixup based on WA review
charlesdong1991 63da563
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 1b3f22a
fix conflicts
charlesdong1991 3f360a9
reduce tests
charlesdong1991 5cabe4b
fix pep8
charlesdong1991 76ffb9f
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 6c126c7
rebase and docs fixes
charlesdong1991 6d61d6a
fixup doc
charlesdong1991 3630e8b
remove inferred type
charlesdong1991 1cec7f1
better comment
charlesdong1991 1a1bb49
remove xfail
charlesdong1991 7ea2e79
use fixture
charlesdong1991 13b1e9a
coelse type for windows build
charlesdong1991 92a7eed
fixup
charlesdong1991 1315a9d
fixup
charlesdong1991 a7959d5
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 9fec9a8
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 ffbae76
Doc fixup
charlesdong1991 ef90d7c
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 e219748
rebase and resolve conflict
charlesdong1991 2940908
Merge remote-tracking branch 'upstream/master' into fix_issue_3729
charlesdong1991 4ea6aa0
try merge master again
charlesdong1991 File filter
Filter by extension
8000Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add doc example for Series
- Loading branch information
commit ac2a79f51a37307a67d16aed4f5b7c6ccb611a8b
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.
mention the default value
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.
mentioned