Skip to content

Commit 3bca0cf

Browse files
docs(demo): trim OpenG2P demo CSV to 8 identity/demographic columns
Keeps uin, given_name, surname, sex, birth_date, marital_status, employment_status, occupation — the presentation-ready subset. The SR-specific (income_level, education_level), disability, household, and demo-annotation columns are documented elsewhere in SPDCI_DEMO_BRIEFING.md and don't need to clutter the audience-facing CSV.
1 parent f49a443 commit 3bca0cf

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

scripts/demo/openg2p_demo_data.csv

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
uin,given_name,surname,sex,birth_date,marital_status,employment_status,occupation,income_level,education_level,openg2p_is_disabled,openg2p_self_id_disability,household_id,relationship_to_head,citizenship_category,displacement_status,demo_dr_has_disability,demo_expected_verdict
2-
IND-NSR-0001,Alex,Rivera,male,1984-04-10,married,self employed,wage labourer,low,,False,0,HH-NSR-0001,self,citizen,host_community,true,ENROLLED
3-
IND-NSR-0002,Priya,Rivera,female,1986-06-22,married,self employed,petty trader,low,,False,0,HH-NSR-0001,spouse,citizen,host_community,false,not eligible
4-
IND-NSR-0003,Noah,Rivera,male,2017-01-15,single,student,student,,,False,0,HH-NSR-0001,child,citizen,host_community,false,not eligible
5-
IND-NSR-0004,Morgan,Cole,female,1968-09-02,widowed,unemployed,small-plot farmer,low,,True,1,HH-NSR-0002,self,citizen,host_community,true,ENROLLED
6-
IND-NSR-0005,Leah,Cole,female,1998-02-10,single,employed,shop assistant,low,,False,0,HH-NSR-0002,child,citizen,host_community,false,not eligible
7-
IND-NSR-0006,Nia,Cole,female,2019-11-01,single,student,student,,,False,0,HH-NSR-0002,other_relative,citizen,host_community,true,not eligible
8-
IND-NSR-0007,Kim,Lee,male,1981-07-18,married,employed,clerk,medium,,False,0,HH-NSR-0003,self,citizen,host_community,true,not eligible
9-
IND-NSR-0008,Jun,Lee,female,1982-12-04,married,self employed,tailor,medium,,False,0,HH-NSR-0003,spouse,citizen,host_community,false,not eligible
10-
IND-NSR-0009,Rin,Lee,female,1953-05-30,widowed,retired,retired,,,True,1,HH-NSR-0003,parent,citizen,host_community,true,not eligible
11-
IND-NSR-0010,Taylor,Brooks,others,1990-03-25,single,unemployed,none,low,,True,1,HH-NSR-0004,self,refugee,idp,true,ENROLLED
12-
IND-NSR-0011,Iris,Brooks,female,1957-11-12,widowed,retired,retired,,,False,0,HH-NSR-0004,parent,refugee,idp,false,not eligible
13-
IND-NSR-0012,Reyn,Brooks,male,2015-08-19,single,student,student,,,False,0,HH-NSR-0004,sibling,refugee,idp,false,not eligible
14-
IND-NSR-0013,Sam,Hayes,female,1987-01-05,married,self employed,livestock keeper,low,,False,0,HH-NSR-0005,self,citizen,host_community,true,ENROLLED
15-
IND-NSR-0014,Dev,Hayes,male,1984-07-20,married,self employed,livestock keeper,low,,False,0,HH-NSR-0005,spouse,citizen,host_community,false,not eligible
16-
IND-NSR-0015,Asha,Hayes,female,2011-06-14,single,student,student,,,False,0,HH-NSR-0005,child,citizen,host_community,true,not eligible
1+
uin,given_name,surname,sex,birth_date,marital_status,employment_status,occupation
2+
IND-NSR-0001,Alex,Rivera,male,1984-04-10,married,self employed,wage labourer
3+
IND-NSR-0002,Priya,Rivera,female,1986-06-22,married,self employed,petty trader
4+
IND-NSR-0003,Noah,Rivera,male,2017-01-15,single,student,student
5+
IND-NSR-0004,Morgan,Cole,female,1968-09-02,widowed,unemployed,small-plot farmer
6+
IND-NSR-0005,Leah,Cole,female,1998-02-10,single,employed,shop assistant
7+
IND-NSR-0006,Nia,Cole,female,2019-11-01,single,student,student
8+
IND-NSR-0007,Kim,Lee,male,1981-07-18,married,employed,clerk
9+
IND-NSR-0008,Jun,Lee,female,1982-12-04,married,self employed,tailor
10+
IND-NSR-0009,Rin,Lee,female,1953-05-30,widowed,retired,retired
11+
IND-NSR-0010,Taylor,Brooks,others,1990-03-25,single,unemployed,none
12+
IND-NSR-0011,Iris,Brooks,female,1957-11-12,widowed,retired,retired
13+
IND-NSR-0012,Reyn,Brooks,male,2015-08-19,single,student,student
14+
IND-NSR-0013,Sam,Hayes,female,1987-01-05,married,self employed,livestock keeper
15+
IND-NSR-0014,Dev,Hayes,male,1984-07-20,married,self employed,livestock keeper
16+
IND-NSR-0015,Asha,Hayes,female,2011-06-14,single,student,student

0 commit comments

Comments
 (0)