Tidy data

A data organization principle formulated by Hadley Wickham in which each variable forms a column, each observation forms a row, and each type of observational unit forms a table. This consistent structure simplifies data cleaning, transformation, and visualization, and underpins the tidyverse ecosystem in R.