-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed