{
  "fields": [{"type":"int","id":"_id"},{"type":"text","id":"Education Level"},{"type":"numeric","id":"2019"},{"type":"numeric","id":"2020"}],
  "records": [
    [1,"No schooling/Incomplete Primary",0.3,0.6],
    [2,"Primary",0.4,1.6],
    [3,"Lower Secondary",1.1,2.3],
    [4,"Upper Seconary",1.4,2.3],
    [5,"Higher Level",1.8,3.0]
]}
