Tidy Data And Normalization

In Hadley Wickham's paper on tidy data, he makes a few points that I really appreciated. Data sets are made up of variables and observations.  In the database world, we'd call variables attributes and observations entities.  In the spreadsheet world, we'd call variables/attributes columns and observations/entities rows. Each variable contains all values which measure the…