Is there a tool that creates GIFs of dataframe transformations to visually demonstrate what happens to them?

So let's say there is a dataframe, and the code does group by some ID column, then summarise using sum. To visually demonstrate this, the GIF would show the group by IDs condensing, and the second column of values condensing accordingly into summed values. The animation can be fade, slide, whatever for these transitions.

Is there such a tool?

Hi @pathos
This site has animations of several dplyr and tidyr verbs in action:
https://www.garrickadenbuie.com/project/tidyexplain/

Maybe there is scope to add your needs.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.