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

Summarize the interactions on dataframe #72

Closed
kirangadhave opened this issue Aug 11, 2023 · 3 comments
Closed

Summarize the interactions on dataframe #72

kirangadhave opened this issue Aug 11, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@kirangadhave
Copy link
Member

kirangadhave commented Aug 11, 2023

Create a text description for steps applied to get the current dataframe.

Selected 34 points,
Filtered out the selection,
selected cluster at x,y,
labelled the selection `interesting cluster`, 
etc...

This can be added as a comment when generating the dataframe.

@kirangadhave kirangadhave added the enhancement New feature or request label Aug 11, 2023
@kirangadhave
Copy link
Member Author

@ZachCutler04 Can you please tackle this issue? It would be good to have this as a independent function which takes in the provenance graph and maybe the vega spec and create the text description.

We can decide where to display this. It should be easy to add them as comment.

@kirangadhave
Copy link
Member Author

@alexsb Any thoughts on the above example, or where to show the description?

@alexsb
Copy link
Member

alexsb commented Aug 12, 2023

I'd use language like this:

* Created selection with 34 data points
* Filtered out the selection
* Created selection based on cluster at x,y with 27 data points
* Labelled the selection `interesting cluster`, 
 * etc...

And this should be written (and updated) into a markdown cell, probably on demand, but we can also experiment with doing it all the time. Should be done for the "active" branch only.

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

No branches or pull requests

3 participants