Skip to content

ewm check for mutually exclusive arguments doesn't work when times argument is present #47003

Closed
@trimcrae

Description

@trimcrae

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.ewm.html ewm is supposed to accept only one of com, span, halflife and alpha and throw a ValueError if multiple are submitted at once. However, when times is input as an argument, this check is bypassed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsWindowrolling, ewma, expanding

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions