Concept Flow - Nesting and unnesting
Start with data frame
Nest columns into list-column
Data frame with nested data
Unnest list-column back to rows
Original or expanded data frame
This flow shows how we group data into nested lists inside a data frame and then expand it back to normal rows.