This is an interactive area to better understand how common data transformations work.
For now it explains the three most basic data transformations
cities
Groupingspartition the data for subsetquent
operations but do not actually change it.
Mutations change existing data columns
or add new ones, but leave the number of columns the same.
Sorts reorder the data by one or more columns
but otherwise leave it untouched.