Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make trend calculation a generator to accelerate viz interaction #216

Open
brownsarahm opened this issue Dec 2, 2021 · 1 comment
Open
Assignees

Comments

@brownsarahm
Copy link
Collaborator

brownsarahm commented Dec 2, 2021

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

@brownsarahm
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants