Skip to content

Add a triad_check_reassessment_year function #39

@wrridgeway

Description

@wrridgeway

There's a really easy way to check for given triads and years if that year is a reassessment year for that triad using remainders. It would be nice to have this functionality in the ccao package. Sorry for the not exactly applicable the python code.

((output["year"] % 3 == 0) & (output["triad"] == "North"))
        | ((output["year"] % 3 == 1) & (output["triad"] == "South"))
        | ((output["year"] % 3 == 2) & (output["triad"] == "City"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions