Skip to content

Make trend calculation a generator to accelerate viz interaction #216

Description

@brownsarahm

This pattern would mean that the visualization side does something like:

for result in labeled_df.get_subgroup_trends_1lev():
    # do viz stuff 

mehtod to update

the get_results would have yeild instead of return and it would calculate one each pass

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions