-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Lose the index before 'na_value' assignment in 'to_numpy' #45775
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
jreback
merged 14 commits into
pandas-dev:main
from
DamianBarabonkovQC:multiindex_to_numpy
Mar 5, 2022
Merged
Changes from 3 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b4f2062
Reset the index before 'na_value' assignment in 'to_numpy'
DamianBarabonkovQC 75af3bd
Slight performance improvement using 'to_numpy' instead of 'reset_index'
DamianBarabonkovQC 2b9e691
Added to whatsnew
DamianBarabonkovQC 4ff0a99
The 'to_numpy' mask supports both pandas and numpy inputs
DamianBarabonkovQC 9e39eee
Added test cases for MultiIndex Series 'to_numpy' in relation to PR #…
DamianBarabonkovQC d907826
Merge branch 'main' into multiindex_to_numpy
DamianBarabonkovQC 82d0e0c
Merge branch 'main' into multiindex_to_numpy
DamianBarabonkovQC c73ba48
Changed entry in 'whatsnew' to refer to public facing features rather…
DamianBarabonkovQC a14c43c
Merge branch 'multiindex_to_numpy' of github.com:DamianBarabonkovQC/p…
DamianBarabonkovQC 7bf18c3
Merge branch 'main' into multiindex_to_numpy
DamianBarabonkovQC 82d64c4
Added 'na_value=None' test case for multiindex series to numpy test
DamianBarabonkovQC e45ee10
Removed comment related to issue #45774
DamianBarabonkovQC 2daef52
Merge branch 'main' into multiindex_to_numpy
DamianBarabonkovQC 5512d81
Merge branch 'main' into multiindex_to_numpy
DamianBarabonkovQC 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
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.
the note would need to be user facing
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.
What do you mean by this comment? I do not understand completely what "needs to be user facing" means. Thanks.
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.
Hey @jreback . May you please elaborate on your comment.
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.
IndexOpsMixin
is private, this is not exposed through the apiThere 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.
Comment should be addressed.