8.8.1 Primary Rules for Mapping
A few important rules are necessary to map concepts in this multidimensional space.
each variable gets its own csv, such as
relationship.csv
(show above),education.csv
,living-status.csv
, orrace.csv
. It’s easiest if this file name matches the variable.each variable also needs a unique integer that identifies the underlying level in the database, such as
education_id
,living_status_id
, andrelationship_id
.each survey wave gets its own column within the csv, such as
code_2011
andcode_2016
.each level within a variable-wave gets its own row, like
Jefe
,Esposo
, andHijo
.