-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Fix Index __mul__-like ops with timedelta scalars #19333
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 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fecc906
update whatsnew
jbrockmendel 7e8d5ff
add rmul test to timedeltas
jbrockmendel d2423ca
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 1dd4ccf
handle Index * timedelta, with tests
jbrockmendel 71811c8
whatsnew note
jbrockmendel 4c2c74b
division tests, fix typos
jbrockmendel d45ba92
Fix typo
jbrockmendel 4abd61a
restore whitespace
jbrockmendel 11424b0
fill in GH issue
jbrockmendel ee48c8b
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 1c97489
whitespace fixup from merge
jbrockmendel 23b7f44
arrange whatsnew notes
jbrockmendel 086be08
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 6e04aba
comment, requested edits
jbrockmendel 1012939
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 2fb3688
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 0ed9276
xfail RangeIndex test
jbrockmendel e798653
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel a04f970
fix pytest xfail problem
jbrockmendel 878be31
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel d62983d
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 040b1e4
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel d7dfba9
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel a46acb9
remove xfail
jbrockmendel e6fa53b
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 814e858
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
jbrockmendel 080c06c
troubleshoot RangeIndex test failure
jbrockmendel 22d155e
fixup reversed op
jbrockmendel 9e3dec4
Merge branch 'master' of https://github.com/pandas-dev/pandas into id…
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
Fix typo
- Loading branch information
commit d45ba924bf7ce552769069e398c27449ee758cd7
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
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 also test that the commute raises here