-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REF/TYP: use OpsMixin for DataFrame #37044
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 20 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f1bb6a0
REF/TYP: use OpsMixin for arithmetic methods
jbrockmendel 9424789
Merge branch 'master' of https://github.com/pandas-dev/pandas into op…
jbrockmendel ac4f9de
Merge branch 'master' of https://github.com/pandas-dev/pandas into op…
jbrockmendel 45c8618
REF: separate arith_method_FRAME from flex_arith_method_FRAME
jbrockmendel f553646
whatsnew
jbrockmendel 3a855ba
REF/TYP: use OpsMixin for logical methods (#36964)
jbrockmendel 6ed3317
TST: insert 'match' to bare pytest raises in pandas/tests/tools/test_…
krajatcl c7651cd
TST: insert 'match' to bare pytest raises in pandas/tests/test_flags.…
krajatcl 919cbbc
TYP: generic, series, frame (#36989)
jbrockmendel 81ac02a
CI: pin pymysql #36465 (#36847)
fangchenli 8bec3a7
CLN/REF: de-duplicate DatetimeTZBlock.setitem (#37019)
jbrockmendel f86ff04
REF/TYP: define NDFrame numeric methods non-dynamically (#37017)
jbrockmendel 04d33b8
CLN: require td64 in TimedeltaBlock (#37018)
jbrockmendel 8912516
BUG: Raise ValueError instead of bare Exception in sanitize_array (#3…
micahjsmith 1581bb1
CLN: collected cleanups, warning suppression in tests (#37021)
jbrockmendel 77d4857
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel a57d174
REF/TYP: use OpsMixin for DataFrame
jbrockmendel cd2d860
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel 8efb461
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel afd25cc
CLN: remove get_op_name
jbrockmendel db038a5
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel fdc68db
mypy fixup
jbrockmendel 296e45b
de-privatize
jbrockmendel 254ea0f
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel 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
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.
was this defined before?
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.
ATM this PR puts OpsMixin ahead of NDFrame in the MRO, which is why this needs to be re-pinned. flipping those should make this unnecessary