Section 3.2 Tidy Data Review
Before we move any further, letโs review the requirements for a tidy dataset:
-
Each variable is stored in a column
-
Each observation is stored in a row
-
Each cell stores a single value
We had four tidy data principles in an earlier lesson, where the fourth was that each table should store a single type of information. Thatโs less critical here, as weโll be working at first with single datasets, so letโs just keep those three tidy data principles at the front of our minds.
