-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TYP: Update type hints for ExtensionArray and ExtensionDtype #39501
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
Closed
Closed
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f2c52a4
small typing fixes
Dr-Irv d7ff8d3
fix ExtensionArray and EXtensionDtype
Dr-Irv 49fa06e
merge with master
Dr-Irv 03b2c4a
fixes for delete, isin, unique
Dr-Irv 3e19958
fix import of Literal
Dr-Irv 6861901
remove quotes on ExtensionDType.construct_from_string
Dr-Irv 9be6486
move numpy workaround to _typing.py
Dr-Irv 260b367
remove numpy dummy
Dr-Irv 6276725
remove extra line in _typing
Dr-Irv 4dafaca
Merge remote-tracking branch 'upstream/master' into extensiontyping
Dr-Irv 8b2cee2
import Literal
Dr-Irv 3a7d839
Merge remote-tracking branch 'upstream/master' into extensiontyping
Dr-Irv a21bb60
merge with master
Dr-Irv 8cd6b76
isort precommit fix
Dr-Irv e0e0131
fix interval.repeat() typing
Dr-Irv 6a6a21f
overload for __getitem__ and use pattern with ExtensionArrayT as self…
Dr-Irv bf753e6
lose less ExtensionArrayT. Make registry private. consolidate overload
Dr-Irv c9795a5
remove ExtensionArray typing of self
Dr-Irv d452842
Merge remote-tracking branch 'upstream/master' into extensiontyping
Dr-Irv 3c2c78b
merge with upstream/master
Dr-Irv 548c198
make extension arrays work with new typing, fixing astype and to_numpy
Dr-Irv db8ed9b
fix Literal import
Dr-Irv f8191f8
fix logic in ensure_int_or_float
Dr-Irv 575645f
fix conflict with master
Dr-Irv 6f8fcb5
fix typing in groupby to_numpy call
Dr-Irv 3ea2420
fix groupby again. Allow kwargs for extension to_numpy
Dr-Irv c83a628
Merge remote-tracking branch 'upstream/master' into extensiontyping
simonjayhawkins 5bb24d4
fixes for merge with master
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
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.