{
  "fields": [{"id":"_id","type":"int"},{"id":"Gender","type":"text"},{"id":"Number","type":"numeric"},{"id":"Percent","type":"numeric"}],
  "records": [
    [1,"Male",26,0.5],
    [2,"Female",23,0.4423076923076923],
    [3,"Non-binary",2,0.038461538461538464],
    [5,"Other",1,0.019230769230769232],
    [6,"",52,1]
]}
