Skip to content

Rolling problem when calculating std for low values #271

@JoschD

Description

@JoschD

Pandas rolling std() function will not work for small numbers (i.e. <1e-8), which we might encounter in the error values, from pandas version 1.2.0, see pandas-dev/pandas#37051 and pandas-dev/pandas#39872 .

As we are using this for cleaning purposes in bbq_tools we should replace this by a manual rolling loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working as it should.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions