-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: 43909 - check monoticity of rolling groupby #44068
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 11 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0595567
BUG: 43909 - check monoticity of rolling groupby
jamesholcombe 247e8f3
Fixes from pre-commit [automated commit]
jamesholcombe 9b76c6c
Merge remote-tracking branch 'origin/master' into dev-bug
jamesholcombe d6dd13e
amended tests
jamesholcombe a5467ed
Fixes from pre-commit [automated commit]
jamesholcombe e234f9a
commit to go through checks again
jamesholcombe f962e27
Merge branch 'dev-bug' of https://github.com/jamesholcombe/pandas int…
jamesholcombe a743ff2
Fixes from pre-commit [automated commit]
jamesholcombe 9f132a5
ammending as per comments
jamesholcombe 29de8c7
Merge branch 'dev-bug' of https://github.com/jamesholcombe/pandas int…
jamesholcombe a4c22d1
Fixes from pre-commit [automated commit]
jamesholcombe 195b254
readded succesful groupby on rolling test
jamesholcombe ffcf1c4
Merge branch 'master' of github.com:pandas-dev/pandas into dev-bug
jamesholcombe f08495d
merge
jamesholcombe cf41892
Fixes from pre-commit [automated commit]
jamesholcombe ebae655
added back successful gby test
jamesholcombe 8163a16
Merge branch 'dev-bug' of https://github.com/jamesholcombe/pandas int…
jamesholcombe 08ee1ec
Fixes from pre-commit [automated commit]
jamesholcombe 791c183
Merge branch 'pandas-dev:master' into dev-bug
jamesholcombe cb73fa2
Merge branch 'master' of https://github.com/pandas-dev/pandas
jamesholcombe 08ec776
Merge branch 'master' into dev-bug
jamesholcombe 95975c3
code style
jamesholcombe 52ea34b
DOC: add whatsnew note for issue 43909
jamesholcombe 5fba5ce
Merge branch 'master' of https://github.com/pandas-dev/pandas
jamesholcombe 737f446
merge master
jamesholcombe a3357a5
fix typo
jamesholcombe 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
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 add back the
.sort_values(...)
then a successful groupby / rollingThere 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 do this.
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.
pls do this
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.
the successful groupby with rolling is the test above
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.
but its not the same as what you are doing. it fails, you sort then it works. this needs testing.
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.
agreed - amended in last push