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

BUG: fix rolling_max/min for small inputs and large windows. Add a check... #1899

Closed
wants to merge 1 commit into from

Conversation

erg
Copy link
Contributor

@erg erg commented Sep 11, 2012

... that the min_period <= window size. Fixes #1897.

@wesm
Copy link
Member

wesm commented Sep 12, 2012

This is great, thanks (cherry-picked in)

@wesm wesm closed this Sep 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pandas.rolling_min/max fail if window size is larger than input array
2 participants