-
-
Notifications
You must be signed in to change notification settings - Fork 143
Make IndexOpsMixin (and Index) generic #760
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 14 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4929ecb
interpolate method
twoertwein 2775a58
WIP
twoertwein 9e40ddf
mypy handles Never differently - at least asssert that the method nev…
twoertwein 68abe4d
use Self
twoertwein 2cfbdb0
a few more S1/Self
twoertwein ebcc389
fix tests
twoertwein 24d42fa
more tests
twoertwein f3802d3
add an ignore to let mypy pass
twoertwein 92eab41
compat with old python versions
twoertwein 6e04d8e
fix CategoricalIndex; MultiIndex should probably be Index[tuple[S1, .…
twoertwein e7a2d3b
Revert "interpolate method"
twoertwein d12a72a
many more overloads for subclasses (I wish pandas would not handle su…
twoertwein 87c62d0
remove PandasObject - it caused the pyright issues but it provides no…
twoertwein 9ce5fc4
works (except for np.ndarray)
twoertwein 05b9c15
Merge remote-tracking branch 'upstream/main' into iter_interpolate
twoertwein d32f534
address the easy-to-fix comments
twoertwein 4f13109
overloads for numpy
twoertwein bd39625
did numexpr break the CI?
twoertwein 8c48567
lie: df.columns -> Index[str]
twoertwein 67f5e8d
new ruff has far more pyi rules
twoertwein 566c918
Make it clear that both mypy&pyright infer Never; but only pyright de…
twoertwein ff5ee58
use type aliases instead of npt
twoertwein c8d2019
fix issue with floordiv for mypy
Dr-Irv 585c93b
fix comment in arraylike
Dr-Irv 7ac1ea5
Merge pull request #3 from Dr-Irv/pr760
twoertwein 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
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.
Uh oh!
There was an error while loading. Please reload this page.