Skip to content
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

ENH: Support closed for fixed windows in rolling #37207

Merged
merged 15 commits into from
Oct 22, 2020

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Enhancement Window rolling, ewma, expanding labels Oct 17, 2020
@mroeschke mroeschke added this to the 1.2 milestone Oct 17, 2020
@pep8speaks
Copy link

pep8speaks commented Oct 18, 2020

Hello @mroeschke! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-10-21 22:44:16 UTC

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment, otherwise lgtm.

For fixed windows, defaults to 'both'. Remaining cases not implemented
for fixed windows.
'neither' endpoints. Defaults to 'right'.
.. versionchanged:: 1.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need a blank line here

@jreback jreback merged commit f162aac into pandas-dev:master Oct 22, 2020
@jreback
Copy link
Contributor

jreback commented Oct 22, 2020

thanks @mroeschke

@mroeschke mroeschke deleted the feature/closed_fixed_windows branch October 22, 2020 04:41
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Window rolling, ewma, expanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EHN: Implement closed=left|right|neither in DataFrame.rolling for fixed windows
3 participants