-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
API: reimplement FixedWindowIndexer.get_window_bounds to fix groupby bug #36132
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 5 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
69f084f
updated fixed indexer to work with rolling df and groupby
justinessert 71830c8
updated is_weighted case
justinessert a449d9b
added comment
justinessert 476fe83
corrected offset for even window sizes
justinessert 9dfd9f3
reverted changes for weighted windows
justinessert f025600
reverted back to fixed func type; added func_type variable
justinessert 5d902fd
reformatted
justinessert 59fcd3e
merged master and resolved conflict
justinessert cdecf34
corrected return typing
justinessert 4e8f844
added consistency tests
justinessert 6e66a49
corrected typing change
justinessert e7fb384
reformatted test to pass blac
justinessert 3649ca2
added typing and docstring
justinessert 00cc1dc
fixing center param in median's _apply
justinessert 3de7fcc
added center_min_periods test to test_grouper
justinessert f779321
replaced func_type with skip_offset
justinessert a817f87
removed unneeded class attribute
justinessert d72812d
moved logic into calculate_center_offset
justinessert 96c6959
removed whitespace
justinessert daacae7
added whatsnew entry
justinessert 52a8a6b
Merge remote-tracking branch 'upstream/master' into groupby-rolling
justinessert 950018c
formatting fixes
justinessert 0798c70
removed pytest.slow
justinessert f413ec8
removed typing of window
justinessert 70679be
Merge branch 'master' into groupby-rolling
justinessert 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
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.