Introduction
Nesting groups data inside a list or data frame. Unnesting takes it back out to make it easier to work with.
When you have grouped data inside a data frame and want to keep it organized.
When you want to work with smaller parts of a big data set separately.
When you want to flatten nested data to analyze or visualize it.
When you want to combine smaller data pieces back into one big table.