Skip to content

Move delta and rate calculation to global "prepare" method #353

Open
@pboisver

Description

@pboisver

Most signals will use rates rather than counts, month-over-month changes, and differences in rates between performance and comparators. It might make sense to do that work efficiently on the whole performance dataframe. This needs some thought about where it goes in the overall process of grouping by measure, checking validity, and extending the dataframe with different columns.

Also, things like limiting the number of months to twelve, checking measures against the local master list, etc. Some stuff belongs to individual signals, some stuff is global. We might even calculate basic, "core", signals like current and last month gaps, current and last month streaks and trends. This bears discussion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions