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: Raise if an aggregation function other than mean is used with ewm and times #57225

Merged

Conversation

stevenschaerer
Copy link
Contributor

@stevenschaerer stevenschaerer commented Feb 3, 2024

Ran into this recently and found an issue was reported a while ago without any progress (#51695)

@stevenschaerer stevenschaerer changed the title BUG: Raise if an aggregation function other than mean is used with ew… BUG: Raise if an aggregation function other than mean is used with ewm Feb 3, 2024
@stevenschaerer stevenschaerer changed the title BUG: Raise if an aggregation function other than mean is used with ewm BUG: Raise if an aggregation function other than mean is used with ewm and times Feb 3, 2024
@mroeschke mroeschke added the Window rolling, ewma, expanding label Feb 3, 2024
@mroeschke mroeschke added this to the 3.0 milestone Feb 3, 2024
@mroeschke mroeschke merged commit 94d575a into pandas-dev:main Feb 3, 2024
55 checks passed
@mroeschke
Copy link
Member

Thanks @stevenschaerer

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…m and times (pandas-dev#57225)

* BUG: Raise if an aggregation function other than mean is used with ewm (pandas-dev#51695)

* python 3.9 and mypy issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Window rolling, ewma, expanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: ewm.sum() gives incorrect values when used with halflife parameter
2 participants