-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TYP: Typing for ExtensionArray.__getitem__ #41258
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 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6c83511
TYP: ExtensionArray.__getitem__
Dr-Irv 0c8d648
make base class use PositionalIndexer2D
Dr-Irv c43eadc
merge with master
Dr-Irv 94ced76
fix up getitem typing for DateTimeOps
Dr-Irv 4772f8e
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv 2773c8b
Make getitem on EA accept 1D, and change declaration for 2D arrays
Dr-Irv b7f2485
Merge branch 'master' into extgetitem
Dr-Irv 01c0cf5
casting in datetimelike, allow NA in string arrow
Dr-Irv 3b38de2
fix string arrow NA type
Dr-Irv b25d5a3
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv d7c545d
change an overload in mixins to use NDArrayBackedExtensionArrayT
Dr-Irv 076e434
categorical returns Any, interval for NA, put back libmissing in stri…
Dr-Irv 01c1a3f
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv 738ec89
merge with master
Dr-Irv c5e300c
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv 1dbb668
change ignore messages
Dr-Irv 3e19841
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv 73680ac
WIP: merge with master
Dr-Irv adf3a73
resolve conflicts in core/internals/blocks.py
Dr-Irv 6068976
Merge remote-tracking branch 'upstream/master' into extgetitem
Dr-Irv 0f36e5f
merge with master 0803
Dr-Irv 9557cac
merge with master
Dr-Irv 9a8550d
create types for split of getitem arguments
Dr-Irv 10c454d
merge in delete/searchsorted typing changes
Dr-Irv a5318bc
merge with astype changes
Dr-Irv b941732
comments on various indexers in _typing.py
Dr-Irv 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
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
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
Oops, something went wrong.
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.
can you followup and give some hints on where these should be used (a.g. a line of description for each; example....)
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.
Done in a new commit - added comments - let me know if you want more
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.
got it, looks good.