Skip to content

Improved Data Structure #29

@bmos

Description

@bmos

MEMB_LISTS is currently a dict structured as Date: DataFrame.
MEMB_METRICS is currently a dict of dicts structured as Column: Date: Series and needs to be in a format like this to facilitate the timeline construction.

From some reading, it sounds pandas has pivot functions that can convert between these in simpler ways if the entire data was stored in a single DataFrame. I just have not been able to figure out how all that works so far.

I think what I'm looking for a multi-index based on actionkit_id and list date, but I'm not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions