text
stringlengths
331
391k
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"mark\": {\"type\": \"arc\", \"tooltip\": true}, \"encoding\": {\"theta\": {\"field\": \"Production Budget\", \"type\": \"quantitative\", \"aggregate\": \"sum\"}, \"color\": {\"field\": \"Genre\", \"type\": \"nominal\", \"aggregate\": null}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/nl4dv/nl4dv/master/examples/assets/data/movies-w-year.csv\", \"format\": {\"type\": \"csv\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Bubble\", \"width\": \"container\", \"title\": {\"text\": \"Relationship between life expectancy and income, 2017\", \"offset\": 10}, \"data\": {\"url\": \"https://www.trafforddatalab.io/interactive_graphics_companion/data/gapminder.csv\"}, \"transform\": [{\"filter\": {\"timeUnit\": \"year\", \"field\": \"year\", \"equal\": 2017}}], \"mark\": {\"type\": \"circle\", \"opacity\": 0.8, \"stroke\": \"#000000\", \"strokeWidth\": 0.5}, \"encoding\": {\"y\": {\"field\": \"lifeExp\", \"type\": \"quantitative\", \"scale\": {\"zero\": false}, \"axis\": {\"title\": \"Life expectancy\"}}, \"x\": {\"field\": \"gdpPercap\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"axis\": {\"grid\": false, \"title\": \"Income per person\", \"format\": \"$,.0f\"}}, \"size\": {\"field\": \"pop\", \"type\": \"quantitative\", \"scale\": {\"range\": [0, 1000]}, \"legend\": false}, \"color\": {\"field\": \"region\", \"type\": \"nominal\", \"scale\": {\"domain\": [\"Africa\", \"Americas\", \"Asia\", \"Europe\"], \"range\": [\"#08C5ED\", \"#80D322\", \"#FF6973\", \"#FFDC25\"]}, \"legend\": false}, \"tooltip\": [{\"field\": \"country\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"region\", \"type\": \"nominal\", \"title\": \"Region\"}, {\"field\": \"lifeExp\", \"type\": \"quantitative\", \"title\": \"Age (years)\", \"format\": \".1f\"}, {\"field\": \"gdpPercap\", \"type\": \"quantitative\", \"title\": \"GDP per capita\", \"format\": \"$,.0f\"}, {\"field\": \"pop\", \"type\": \"quantitative\", \"title\": \"Population\", \"format\": \",.0f\"}]}, \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"mark\": {\"type\": \"line\", \"tooltip\": true}, \"encoding\": {\"y\": {\"field\": \"Worldwide Gross\", \"type\": \"quantitative\", \"aggregate\": \"sum\", \"axis\": {\"format\": \"s\"}}, \"color\": {\"field\": \"Genre\", \"type\": \"nominal\", \"aggregate\": null}, \"x\": {\"field\": \"Release Year\", \"type\": \"temporal\", \"aggregate\": null}}, \"transform\": [], \"data\": {\"url\": \"https://raw.githubusercontent.com/nl4dv/nl4dv/master/examples/assets/data/movies-w-year.csv\", \"format\": {\"type\": \"csv\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Multiple line chart\", \"width\": \"container\", \"title\": {\"text\": \"Total coal consumption by region, 1965-2016\"}, \"data\": {\"url\": \"https://www.trafforddatalab.io/interactive_graphics_companion/data/gapminder_dcoal.csv\"}, \"transform\": [{\"filter\": {\"field\": \"coalConsumption\", \"valid\": true}}, {\"aggregate\": [{\"op\": \"sum\", \"field\": \"coalConsumption\", \"as\": \"total\"}], \"groupby\": [\"region\", \"year\"]}], \"mark\": \"area\", \"selection\": {\"choice\": {\"type\": \"multi\", \"fields\": [\"region\"], \"bind\": \"legend\"}}, \"encoding\": {\"x\": {\"field\": \"year\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"axis\": {\"domain\": false, \"grid\": false, \"title\": null, \"format\": \"%Y\", \"tickSize\": 0}}, \"y\": {\"field\": \"total\", \"type\": \"quantitative\", \"axis\": null, \"stack\": \"center\"}, \"color\": {\"field\": \"region\", \"type\": \"nominal\", \"scale\": {\"domain\": [\"Africa\", \"Americas\", \"Asia\", \"Europe\"], \"range\": [\"#08C5ED\", \"#80D322\", \"#FF6973\", \"#FFDC25\"]}, \"legend\": {\"title\": null}}, \"opacity\": {\"condition\": {\"selection\": \"choice\", \"value\": 1}, \"value\": 0.2}, \"tooltip\": [{\"field\": \"year\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"title\": \"Year\"}, {\"field\": \"region\", \"type\": \"nominal\", \"title\": \"Region\"}, {\"field\": \"total\", \"type\": \"quantitative\", \"title\": \"Coal consumption (tonnes)\", \"format\": \",.0f\"}]}, \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"data\": {\"values\": [{\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"duckdb\", \"meanDuration\": 12.7984001828, \"countAnswered\": 350040, \"durationCiLower\": 12.7632030822, \"durationCiUpper\": 12.8335972835, \"durationStd\": 10.6246867556, \"countViolated\": 0.0, \"responseRate\": 0.9494154981}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"monetdb\", \"meanDuration\": 4.6466989865, \"countAnswered\": 266297, \"durationCiLower\": 4.6397255527, \"durationCiUpper\": 4.6536724203, \"durationStd\": 1.8360299224, \"countViolated\": 0.0, \"responseRate\": 0.7222788793}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"postgresql\", \"meanDuration\": 49.6392121936, \"countAnswered\": 49403, \"durationCiLower\": 49.5875247952, \"durationCiUpper\": 49.690899592, \"durationStd\": 5.8614167736, \"countViolated\": 0.0, \"responseRate\": 0.13399604}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"sqlite\", \"meanDuration\": 116.713323695, \"countAnswered\": 26284, \"durationCiLower\": 115.9450655193, \"durationCiUpper\": 117.4815818708, \"durationStd\": 63.5455040164, \"countViolated\": 11615.0, \"responseRate\": 0.0397868128}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"verdictdb\", \"meanDuration\": 14.529684974, \"countAnswered\": 116911, \"durationCiLower\": 14.4532475731, \"durationCiUpper\": 14.606122375, \"durationStd\": 13.3346312969, \"countViolated\": 44.0, \"responseRate\": 0.3169790339}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"duckdb\", \"meanDuration\": 9.9982177235, \"countAnswered\": 279979, \"durationCiLower\": 9.9599435394, \"durationCiUpper\": 10.0364919075, \"durationStd\": 10.332816133, \"countViolated\": 1.0, \"responseRate\": 0.967275868}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"monetdb\", \"meanDuration\": 3.8152013489, \"countAnswered\": 237821, \"durationCiLower\": 3.8055628654, \"durationCiUpper\": 3.8248398324, \"durationStd\": 2.3981895486, \"countViolated\": 0.0, \"responseRate\": 0.8216306789}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"postgresql\", \"meanDuration\": 49.7640979955, \"countAnswered\": 33675, \"durationCiLower\": 49.3035374163, \"durationCiUpper\": 50.2246585748, \"durationStd\": 43.1198124712, \"countViolated\": 877.0, \"responseRate\": 0.1133114528}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"sqlite\", \"meanDuration\": 103.670512955, \"countAnswered\": 19066, \"durationCiLower\": 102.1783045559, \"durationCiUpper\": 105.1627213541, \"durationStd\": 105.1195785225, \"countViolated\": 2898.0, \"responseRate\": 0.0558576611}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"verdictdb\", \"meanDuration\": 12.9780373074, \"countAnswered\": 92475, \"durationCiLower\": 12.8899186314, \"durationCiUpper\": 13.0661559833, \"durationStd\": 13.6718208042, \"countViolated\": 44.0, \"responseRate\": 0.3193332182}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"duckdb\", \"meanDuration\": 12.0232976492, \"countAnswered\": 509751, \"durationCiLower\": 11.9918368752, \"durationCiUpper\": 12.0547584233, \"durationStd\": 11.4603880817, \"countViolated\": 5.0, \"responseRate\": 0.9388002416}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"monetdb\", \"meanDuration\": 4.4501154405, \"countAnswered\": 399773, \"durationCiLower\": 4.4431536975, \"durationCiUpper\": 4.4570771835, \"durationStd\": 2.2458218954, \"countViolated\": 0.0, \"responseRate\": 0.7362627446}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"postgresql\", \"meanDuration\": 49.1993827785, \"countAnswered\": 59298, \"durationCiLower\": 49.1043495661, \"durationCiUpper\": 49.2944159909, \"durationStd\": 11.8069704675, \"countViolated\": 172.0, \"responseRate\": 0.1088924741}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"sqlite\", \"meanDuration\": 107.3029443173, \"countAnswered\": 32775, \"durationCiLower\": 106.7516946384, \"durationCiUpper\": 107.8541939962, \"durationStd\": 50.9161514465, \"countViolated\": 10411.0, \"responseRate\": 0.0411878241}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"verdictdb\", \"meanDuration\": 14.2781448177, \"countAnswered\": 150907, \"durationCiLower\": 14.2140388858, \"durationCiUpper\": 14.3422507496, \"durationStd\": 12.705780145, \"countViolated\": 51.0, \"responseRate\": 0.277831801}]}, \"transform\": [{\"calculate\": \"round(datum.meanDuration) + 'ms'\", \"as\": \"durationNice\"}, {\"calculate\": \"clamp(datum.meanDuration,0,407)\", \"as\": \"durationTextPos\"}], \"facet\": {\"row\": {\"field\": \"dataset_size\", \"type\": \"ordinal\", \"title\": \"Dataset Size\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}, \"column\": {\"field\": \"dataset\", \"type\": \"nominal\", \"title\": \"Dataset\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}}, \"config\": {\"facet\": {\"spacing\": 5}}, \"spec\": {\"height\": 120, \"width\": 100, \"layer\": [{\"mark\": {\"type\": \"rule\", \"color\": \"red\"}, \"encoding\": {\"x\": {\"value\": 28}}}, {\"mark\": {\"type\": \"bar\", \"clip\": true, \"height\": 22}, \"encoding\": {\"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"meanDuration\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 300]}, \"title\": \"Mean Duration\"}, \"color\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\", \"legend\": null}}}, {\"mark\": {\"type\": \"errorbar\", \"clip\": true}, \"encoding\": {\"x\": {\"field\": \"meanDuration\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 300]}, \"title\": null}, \"xError\": {\"field\": \"durationStd\"}, \"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"clip\": true, \"dy\": -5, \"dx\": 2}, \"encoding\": {\"text\": {\"field\": \"durationNice\", \"type\": \"nominal\"}, \"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"durationTextPos\", \"type\": \"quantitative\"}}}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"data\": {\"values\": [{\"dataset_size\": \"100M\", \"dataset\": \"flights\", \"driver\": \"monetdb\", \"meanDuration\": 85.4475102738, \"countAnswered\": 37474, \"durationCiLower\": 83.7588430121, \"durationCiUpper\": 87.1361775355, \"durationStd\": 166.7811604109, \"countViolated\": 12326.0, \"responseRate\": 0.0682090645}, {\"dataset_size\": \"100M\", \"dataset\": \"flights\", \"driver\": \"postgresql\", \"meanDuration\": 5312.5874558304, \"countAnswered\": 1132, \"durationCiLower\": 5256.3799706669, \"durationCiUpper\": 5368.7949409939, \"durationStd\": 963.8384929249, \"countViolated\": 1132.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"flights\", \"driver\": \"sqlite\", \"meanDuration\": 34020.7299270073, \"countAnswered\": 137, \"durationCiLower\": 33339.6234949312, \"durationCiUpper\": 34701.8363590833, \"durationStd\": 4031.3028500934, \"countViolated\": 137.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"flights\", \"driver\": \"verdictdb\", \"meanDuration\": 90.2528694405, \"countAnswered\": 33456, \"durationCiLower\": 89.1077306924, \"durationCiUpper\": 91.3980081885, \"durationStd\": 106.8639724851, \"countViolated\": 10366.0, \"responseRate\": 0.0626271393}, {\"dataset_size\": \"100M\", \"dataset\": \"movies\", \"driver\": \"monetdb\", \"meanDuration\": 44.4407223476, \"countAnswered\": 44300, \"durationCiLower\": 42.642966198, \"durationCiUpper\": 46.2384784973, \"durationStd\": 193.0512815141, \"countViolated\": 6264.0, \"responseRate\": 0.1314078425}, {\"dataset_size\": \"100M\", \"dataset\": \"movies\", \"driver\": \"postgresql\", \"meanDuration\": 5761.9461538462, \"countAnswered\": 520, \"durationCiLower\": 5346.4772149091, \"durationCiUpper\": 6177.4150927832, \"durationStd\": 4822.5659797539, \"countViolated\": 520.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"movies\", \"driver\": \"sqlite\", \"meanDuration\": 31167.8615384615, \"countAnswered\": 65, \"durationCiLower\": 30224.5999858674, \"durationCiUpper\": 32111.1230910556, \"durationStd\": 3806.7301785658, \"countViolated\": 65.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"movies\", \"driver\": \"verdictdb\", \"meanDuration\": 69.6492505353, \"countAnswered\": 25685, \"durationCiLower\": 68.5017406412, \"durationCiUpper\": 70.7967604294, \"durationStd\": 93.8269644828, \"countViolated\": 6069.0, \"responseRate\": 0.0677699084}, {\"dataset_size\": \"100M\", \"dataset\": \"weather\", \"driver\": \"monetdb\", \"meanDuration\": 61.2940521763, \"countAnswered\": 59299, \"durationCiLower\": 60.015296766, \"durationCiUpper\": 62.5728075865, \"durationStd\": 158.8745060257, \"countViolated\": 12862.0, \"responseRate\": 0.085523117}, {\"dataset_size\": \"100M\", \"dataset\": \"weather\", \"driver\": \"postgresql\", \"meanDuration\": 5125.9236220472, \"countAnswered\": 1270, \"durationCiLower\": 5075.5335625525, \"durationCiUpper\": 5176.313681542, \"durationStd\": 915.3437535851, \"countViolated\": 1270.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"weather\", \"driver\": \"sqlite\", \"meanDuration\": 32709.0137931034, \"countAnswered\": 145, \"durationCiLower\": 32269.8124408243, \"durationCiUpper\": 33148.2151453825, \"durationStd\": 2675.6811385821, \"countViolated\": 145.0, \"responseRate\": 0.0}, {\"dataset_size\": \"100M\", \"dataset\": \"weather\", \"driver\": \"verdictdb\", \"meanDuration\": 74.0505827821, \"countAnswered\": 44442, \"durationCiLower\": 73.1593174497, \"durationCiUpper\": 74.9418481144, \"durationStd\": 95.8614275715, \"countViolated\": 10812.0, \"responseRate\": 0.0619364392}, {\"dataset_size\": \"10M\", \"dataset\": \"flights\", \"driver\": \"duckdb\", \"meanDuration\": 169.3615426289, \"countAnswered\": 317484, \"durationCiLower\": 168.9060463021, \"durationCiUpper\": 169.8170389557, \"durationStd\": 130.9471510196, \"countViolated\": 220119.0, \"responseRate\": 0.2640836475}, {\"dataset_size\": \"10M\", \"dataset\": \"flights\", \"driver\": \"monetdb\", \"meanDuration\": 25.541600144, \"countAnswered\": 83305, \"durationCiLower\": 25.4269735355, \"durationCiUpper\": 25.6562267526, \"durationStd\": 16.8797720132, \"countViolated\": 3.0, \"responseRate\": 0.225940492}, {\"dataset_size\": \"10M\", \"dataset\": \"flights\", \"driver\": \"postgresql\", \"meanDuration\": 531.2059496568, \"countAnswered\": 7866, \"durationCiLower\": 529.3760822815, \"durationCiUpper\": 533.035817032, \"durationStd\": 82.7907190513, \"countViolated\": 7866.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"flights\", \"driver\": \"sqlite\", \"meanDuration\": 4209.097733711, \"countAnswered\": 1412, \"durationCiLower\": 4068.4102156871, \"durationCiUpper\": 4349.785251735, \"durationStd\": 2694.958801455, \"countViolated\": 1412.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"flights\", \"driver\": \"verdictdb\", \"meanDuration\": 35.4376533972, \"countAnswered\": 66820, \"durationCiLower\": 35.1315753177, \"durationCiUpper\": 35.7437314766, \"durationStd\": 40.3672816973, \"countViolated\": 1458.0, \"responseRate\": 0.1772817272}, {\"dataset_size\": \"10M\", \"dataset\": \"movies\", \"driver\": \"duckdb\", \"meanDuration\": 126.8831300813, \"countAnswered\": 244032, \"durationCiLower\": 126.4500593061, \"durationCiUpper\": 127.3162008565, \"durationStd\": 109.1520814778, \"countViolated\": 162363.0, \"responseRate\": 0.2821523579}, {\"dataset_size\": \"10M\", \"dataset\": \"movies\", \"driver\": \"monetdb\", \"meanDuration\": 18.6363336369, \"countAnswered\": 75759, \"durationCiLower\": 18.5046550962, \"durationCiUpper\": 18.7680121777, \"durationStd\": 18.4917107756, \"countViolated\": 10.0, \"responseRate\": 0.2616997754}, {\"dataset_size\": \"10M\", \"dataset\": \"movies\", \"driver\": \"postgresql\", \"meanDuration\": 587.7464916252, \"countAnswered\": 4418, \"durationCiLower\": 563.1354160488, \"durationCiUpper\": 612.3575672015, \"durationStd\": 834.4039203, \"countViolated\": 4418.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"movies\", \"driver\": \"sqlite\", \"meanDuration\": 4410.8213762811, \"countAnswered\": 683, \"durationCiLower\": 4072.6178496541, \"durationCiUpper\": 4749.0249029081, \"durationStd\": 4501.6215078256, \"countViolated\": 683.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"movies\", \"driver\": \"verdictdb\", \"meanDuration\": 29.9926410799, \"countAnswered\": 49192, \"durationCiLower\": 29.6443185796, \"durationCiUpper\": 30.3409635801, \"durationStd\": 39.4157679028, \"countViolated\": 1796.0, \"responseRate\": 0.1637450337}, {\"dataset_size\": \"10M\", \"dataset\": \"weather\", \"driver\": \"duckdb\", \"meanDuration\": 158.2073032496, \"countAnswered\": 472858, \"durationCiLower\": 157.8119731408, \"durationCiUpper\": 158.6026333584, \"durationStd\": 138.6998718444, \"countViolated\": 302212.0, \"responseRate\": 0.3142790842}, {\"dataset_size\": \"10M\", \"dataset\": \"weather\", \"driver\": \"monetdb\", \"meanDuration\": 24.2795805321, \"countAnswered\": 108137, \"durationCiLower\": 24.1802165344, \"durationCiUpper\": 24.3789445298, \"durationStd\": 16.6710618473, \"countViolated\": 10.0, \"responseRate\": 0.1991377151}, {\"dataset_size\": \"10M\", \"dataset\": \"weather\", \"driver\": \"postgresql\", \"meanDuration\": 520.5252589305, \"countAnswered\": 9462, \"durationCiLower\": 517.3664272189, \"durationCiUpper\": 523.684090642, \"durationStd\": 156.752438819, \"countViolated\": 9462.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"weather\", \"driver\": \"sqlite\", \"meanDuration\": 3784.8785211268, \"countAnswered\": 1704, \"durationCiLower\": 3699.8997922764, \"durationCiUpper\": 3869.8572499771, \"durationStd\": 1788.4967887231, \"countViolated\": 1704.0, \"responseRate\": 0.0}, {\"dataset_size\": \"10M\", \"dataset\": \"weather\", \"driver\": \"verdictdb\", \"meanDuration\": 31.3042829746, \"countAnswered\": 84474, \"durationCiLower\": 31.0539522418, \"durationCiUpper\": 31.5546137075, \"durationStd\": 37.1211469673, \"countViolated\": 2019.0, \"responseRate\": 0.1518575407}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"duckdb\", \"meanDuration\": 17.2363378944, \"countAnswered\": 343267, \"durationCiLower\": 17.1932668542, \"durationCiUpper\": 17.2794089347, \"durationStd\": 12.875134242, \"countViolated\": 3.0, \"responseRate\": 0.9310369145}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"monetdb\", \"meanDuration\": 5.9992821119, \"countAnswered\": 220090, \"durationCiLower\": 5.9892695641, \"durationCiUpper\": 6.0092946596, \"durationStd\": 2.3965929425, \"countViolated\": 0.0, \"responseRate\": 0.5969513684}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"postgresql\", \"meanDuration\": 55.5312349622, \"countAnswered\": 45718, \"durationCiLower\": 55.4594748614, \"durationCiUpper\": 55.6029950629, \"durationStd\": 7.8282928204, \"countViolated\": 220.0, \"responseRate\": 0.1234044862}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"sqlite\", \"meanDuration\": 400.2926393166, \"countAnswered\": 10067, \"durationCiLower\": 396.6040545115, \"durationCiUpper\": 403.9812241216, \"durationStd\": 188.8032615083, \"countViolated\": 10067.0, \"responseRate\": 0.0}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"verdictdb\", \"meanDuration\": 18.3228949688, \"countAnswered\": 99856, \"durationCiLower\": 18.2027578781, \"durationCiUpper\": 18.4430320594, \"durationStd\": 19.3691622799, \"countViolated\": 49.0, \"responseRate\": 0.2707070981}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"duckdb\", \"meanDuration\": 13.2777728841, \"countAnswered\": 272460, \"durationCiLower\": 13.2360043646, \"durationCiUpper\": 13.3195414036, \"durationStd\": 11.1237299573, \"countViolated\": 5.0, \"responseRate\": 0.9412851961}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"monetdb\", \"meanDuration\": 5.1421621734, \"countAnswered\": 191992, \"durationCiLower\": 5.1280021747, \"durationCiUpper\": 5.1563221722, \"durationStd\": 3.1655848048, \"countViolated\": 0.0, \"responseRate\": 0.6632993609}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"postgresql\", \"meanDuration\": 55.8971704624, \"countAnswered\": 30429, \"durationCiLower\": 55.2704103371, \"durationCiUpper\": 56.5239305877, \"durationStd\": 55.7801698165, \"countViolated\": 843.0, \"responseRate\": 0.1022145448}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"sqlite\", \"meanDuration\": 395.3197637292, \"countAnswered\": 6264, \"durationCiLower\": 387.4259154101, \"durationCiUpper\": 403.2136120484, \"durationStd\": 318.7004103275, \"countViolated\": 6264.0, \"responseRate\": 0.0}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"verdictdb\", \"meanDuration\": 16.9335087866, \"countAnswered\": 71814, \"durationCiLower\": 16.7836589227, \"durationCiUpper\": 17.0833586504, \"durationStd\": 20.4882799909, \"countViolated\": 57.0, \"responseRate\": 0.2479081016}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"duckdb\", \"meanDuration\": 38.4364959679, \"countAnswered\": 515235, \"durationCiLower\": 37.6496428522, \"durationCiUpper\": 39.2233490835, \"durationStd\": 288.1689844985, \"countViolated\": 3115.0, \"responseRate\": 0.9431724422}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"monetdb\", \"meanDuration\": 6.224494466, \"countAnswered\": 297161, \"durationCiLower\": 6.2133619423, \"durationCiUpper\": 6.2356269897, \"durationStd\": 3.0962760524, \"countViolated\": 0.0, \"responseRate\": 0.5472820161}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"postgresql\", \"meanDuration\": 56.9599776584, \"countAnswered\": 51921, \"durationCiLower\": 56.8041073884, \"durationCiUpper\": 57.1158479283, \"durationStd\": 18.120767841, \"countViolated\": 412.0, \"responseRate\": 0.0948642297}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"sqlite\", \"meanDuration\": 367.2801596806, \"countAnswered\": 12525, \"durationCiLower\": 364.9920701207, \"durationCiUpper\": 369.5682492406, \"durationStd\": 130.6386915715, \"countViolated\": 12525.0, \"responseRate\": 0.0}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"verdictdb\", \"meanDuration\": 19.485487659, \"countAnswered\": 112835, \"durationCiLower\": 19.3662663889, \"durationCiUpper\": 19.6047089291, \"durationStd\": 20.4325660341, \"countViolated\": 130.0, \"responseRate\": 0.207569027}]}, \"transform\": [{\"calculate\": \"round(datum.meanDuration) + 'ms'\", \"as\": \"durationNice\"}, {\"calculate\": \"clamp(datum.meanDuration,0,407)\", \"as\": \"durationTextPos\"}], \"facet\": {\"row\": {\"field\": \"dataset_size\", \"type\": \"ordinal\", \"title\": \"Dataset Size\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}, \"column\": {\"field\": \"dataset\", \"type\": \"nominal\", \"title\": \"Dataset\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}}, \"config\": {\"facet\": {\"spacing\": 5}}, \"spec\": {\"height\": 120, \"width\": 170, \"layer\": [{\"mark\": {\"type\": \"rule\", \"color\": \"red\"}, \"encoding\": {\"x\": {\"value\": 28}}}, {\"mark\": {\"type\": \"bar\", \"clip\": true, \"height\": 22}, \"encoding\": {\"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"meanDuration\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 600]}, \"title\": \"Mean Duration (with Std. Dev.)\"}, \"color\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\", \"legend\": null}}}, {\"mark\": {\"type\": \"errorbar\", \"clip\": true}, \"encoding\": {\"x\": {\"field\": \"meanDuration\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 600]}, \"title\": null}, \"xError\": {\"field\": \"durationStd\"}, \"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"clip\": true, \"dy\": -5, \"dx\": 2}, \"encoding\": {\"text\": {\"field\": \"durationNice\", \"type\": \"nominal\"}, \"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"durationTextPos\", \"type\": \"quantitative\"}}}]}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"hconcat\": [{\"data\": {\"name\": \"data-a35cd4f1cf3964de26f740fa89d58843\"}, \"mark\": {\"type\": \"circle\", \"size\": 100}, \"encoding\": {\"color\": {\"type\": \"ordinal\", \"field\": \"year\", \"legend\": {\"columns\": 3, \"symbolLimit\": 0}, \"scale\": {\"scheme\": \"plasma\"}}, \"x\": {\"type\": \"quantitative\", \"field\": \"digital_humanities_counts\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"humanities_computing_counts\"}}, \"width\": 250}, {\"data\": {\"name\": \"data-da521bd453e5e0e45ab1db34fdfb3de8\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"variable\"}, \"x\": {\"type\": \"temporal\", \"field\": \"year\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"value\"}}, \"width\": 250}], \"resolve\": {\"scale\": {\"color\": \"independent\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-a35cd4f1cf3964de26f740fa89d58843\": [{\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 98, \"year\": \"1987\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 55, \"year\": \"1988\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 107, \"year\": \"1989\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 29, \"year\": \"1990\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 49, \"year\": \"1991\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 71, \"year\": \"1992\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 41, \"year\": \"1993\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 28, \"year\": \"1994\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 105, \"year\": \"1995\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 82, \"year\": \"1996\"}, {\"digital_humanities_counts\": 1, \"humanities_computing_counts\": 87, \"year\": \"1997\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 84, \"year\": \"1998\"}, {\"digital_humanities_counts\": 0, \"humanities_computing_counts\": 184, \"year\": \"1999\"}, {\"digital_humanities_counts\": 3, \"humanities_computing_counts\": 128, \"year\": \"2000\"}, {\"digital_humanities_counts\": 1, \"humanities_computing_counts\": 168, \"year\": \"2001\"}, {\"digital_humanities_counts\": 2, \"humanities_computing_counts\": 109, \"year\": \"2002\"}, {\"digital_humanities_counts\": 2, \"humanities_computing_counts\": 112, \"year\": \"2003\"}, {\"digital_humanities_counts\": 6, \"humanities_computing_counts\": 150, \"year\": \"2004\"}, {\"digital_humanities_counts\": 35, \"humanities_computing_counts\": 95, \"year\": \"2005\"}, {\"digital_humanities_counts\": 81, \"humanities_computing_counts\": 93, \"year\": \"2006\"}, {\"digital_humanities_counts\": 74, \"humanities_computing_counts\": 48, \"year\": \"2007\"}], \"data-da521bd453e5e0e45ab1db34fdfb3de8\": [{\"dates\": \"1987-1988\", \"variable\": \"humanities_computing_counts\", \"value\": 98, \"year\": \"1987\"}, {\"dates\": \"1988-1989\", \"variable\": \"humanities_computing_counts\", \"value\": 55, \"year\": \"1988\"}, {\"dates\": \"1989-1990\", \"variable\": \"humanities_computing_counts\", \"value\": 107, \"year\": \"1989\"}, {\"dates\": \"1990-1991\", \"variable\": \"humanities_computing_counts\", \"value\": 29, \"year\": \"1990\"}, {\"dates\": \"1991-1992\", \"variable\": \"humanities_computing_counts\", \"value\": 49, \"year\": \"1991\"}, {\"dates\": \"1992-1993\", \"variable\": \"humanities_computing_counts\", \"value\": 71, \"year\": \"1992\"}, {\"dates\": \"1993-1994\", \"variable\": \"humanities_computing_counts\", \"value\": 41, \"year\": \"1993\"}, {\"dates\": \"1994-1995\", \"variable\": \"humanities_computing_counts\", \"value\": 28, \"year\": \"1994\"}, {\"dates\": \"1995-1996\", \"variable\": \"humanities_computing_counts\", \"value\": 105, \"year\": \"1995\"}, {\"dates\": \"1996-1997\", \"variable\": \"humanities_computing_counts\", \"value\": 82, \"year\": \"1996\"}, {\"dates\": \"1997-1998\", \"variable\": \"humanities_computing_counts\", \"value\": 87, \"year\": \"1997\"}, {\"dates\": \"1998-1999\", \"variable\": \"humanities_computing_counts\", \"value\": 84, \"year\": \"1998\"}, {\"dates\": \"1999-2000\", \"variable\": \"humanities_computing_counts\", \"value\": 184, \"year\": \"1999\"}, {\"dates\": \"2000-2001\", \"variable\": \"humanities_computing_counts\", \"value\": 128, \"year\": \"2000\"}, {\"dates\": \"2001-2002\", \"variable\": \"humanities_computing_counts\", \"value\": 168, \"year\": \"2001\"}, {\"dates\": \"2002-2003\", \"variable\": \"humanities_computing_counts\", \"value\": 109, \"year\": \"2002\"}, {\"dates\": \"2003-2004\", \"variable\": \"humanities_computing_counts\", \"value\": 112, \"year\": \"2003\"}, {\"dates\": \"2004-2005\", \"variable\": \"humanities_computing_counts\", \"value\": 150, \"year\": \"2004\"}, {\"dates\": \"2005-2006\", \"variable\": \"humanities_computing_counts\", \"value\": 95, \"year\": \"2005\"}, {\"dates\": \"2006-2007\", \"variable\": \"humanities_computing_counts\", \"value\": 93, \"year\": \"2006\"}, {\"dates\": \"2007-2008\", \"variable\": \"humanities_computing_counts\", \"value\": 48, \"year\": \"2007\"}, {\"dates\": \"1987-1988\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1987\"}, {\"dates\": \"1988-1989\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1988\"}, {\"dates\": \"1989-1990\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1989\"}, {\"dates\": \"1990-1991\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1990\"}, {\"dates\": \"1991-1992\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1991\"}, {\"dates\": \"1992-1993\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1992\"}, {\"dates\": \"1993-1994\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1993\"}, {\"dates\": \"1994-1995\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1994\"}, {\"dates\": \"1995-1996\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1995\"}, {\"dates\": \"1996-1997\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1996\"}, {\"dates\": \"1997-1998\", \"variable\": \"digital_humanities_counts\", \"value\": 1, \"year\": \"1997\"}, {\"dates\": \"1998-1999\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1998\"}, {\"dates\": \"1999-2000\", \"variable\": \"digital_humanities_counts\", \"value\": 0, \"year\": \"1999\"}, {\"dates\": \"2000-2001\", \"variable\": \"digital_humanities_counts\", \"value\": 3, \"year\": \"2000\"}, {\"dates\": \"2001-2002\", \"variable\": \"digital_humanities_counts\", \"value\": 1, \"year\": \"2001\"}, {\"dates\": \"2002-2003\", \"variable\": \"digital_humanities_counts\", \"value\": 2, \"year\": \"2002\"}, {\"dates\": \"2003-2004\", \"variable\": \"digital_humanities_counts\", \"value\": 2, \"year\": \"2003\"}, {\"dates\": \"2004-2005\", \"variable\": \"digital_humanities_counts\", \"value\": 6, \"year\": \"2004\"}, {\"dates\": \"2005-2006\", \"variable\": \"digital_humanities_counts\", \"value\": 35, \"year\": \"2005\"}, {\"dates\": \"2006-2007\", \"variable\": \"digital_humanities_counts\", \"value\": 81, \"year\": \"2006\"}, {\"dates\": \"2007-2008\", \"variable\": \"digital_humanities_counts\", \"value\": 74, \"year\": \"2007\"}]}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"layer\": [{\"mark\": \"geoshape\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"postal_code\"}}}, {\"mark\": {\"type\": \"text\", \"color\": \"black\", \"font\": \"Ubuntu\", \"fontSize\": 14}, \"encoding\": {\"latitude\": {\"field\": \"latitude\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"longitude\", \"type\": \"quantitative\"}, \"text\": {\"type\": \"nominal\", \"field\": \"postal_code\"}}}], \"data\": {\"name\": \"data-790675582e73b9fb40d9fa172b02c930\"}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-790675582e73b9fb40d9fa172b02c930\": [{\"boundary\": \"postal_code\", \"id_\": 4546313, \"latitude\": 43.604492505855916, \"longitude\": 1.4743501280591111, \"postal_code\": \"31500\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4506967999999993, 43.61394839999991], [1.4550665000000007, 43.6245077999999], [1.4698878000000004, 43.63133169999989], [1.4746961999999997, 43.62480589999989], [1.4782557999999997, 43.62786649999988], [1.4906787000000008, 43.633797999999885], [1.4799126999999999, 43.628279299999875], [1.4978272999999998, 43.5807207999999], [1.4943130000000004, 43.573044799999884], [1.4568725999999999, 43.59812299999991], [1.4506967999999993, 43.61394839999991]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546314, \"latitude\": 43.6379663647315, \"longitude\": 1.4382805978403568, \"postal_code\": \"31200\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4001968000000005, 43.666581599999894], [1.4318136999999997, 43.657412099999874], [1.4298066, 43.666458599999906], [1.4399168000000007, 43.66870799999989], [1.4431452, 43.64782519999989], [1.4599665, 43.660796599999884], [1.4714894000000003, 43.64423119999989], [1.498498000000001, 43.64348369999989], [1.4746961999999997, 43.62480589999989], [1.4698878000000004, 43.63133169999989], [1.4550665000000007, 43.6245077999999], [1.4506967999999993, 43.61394839999991], [1.4119573, 43.60906329999989], [1.4011203000000008, 43.62309809999989], [1.4068502000000003, 43.6552538999999], [1.4001968000000005, 43.666581599999894]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546315, \"latitude\": 43.60496053446848, \"longitude\": 1.3921418386585285, \"postal_code\": \"31300\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3523651000000003, 43.6025906999999], [1.3563785999999995, 43.620633999999896], [1.3696048000000005, 43.6288158999999], [1.3876023000000006, 43.615486299999915], [1.4011203000000008, 43.62309809999989], [1.4092654000000004, 43.61079299999991], [1.4391805000000009, 43.595358199999914], [1.4236402999999995, 43.578562199999894], [1.4152630000000006, 43.5931405999999], [1.3764566000000016, 43.59861699999987], [1.3664339999999993, 43.59001859999989], [1.3523651000000003, 43.6025906999999]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546316, \"latitude\": 43.567856853183955, \"longitude\": 1.3984043374230144, \"postal_code\": \"31100\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3593575999999996, 43.560428299999906], [1.3688851000000009, 43.57336519999986], [1.3589389000000005, 43.57915179999989], [1.3770719000000005, 43.5899880999999], [1.3670166000000004, 43.59381319999991], [1.3970648000000008, 43.596219199999894], [1.4230706999999994, 43.58833529999989], [1.4384237999999996, 43.5473543999999], [1.4105800999999996, 43.54910199999989], [1.3886733999999996, 43.53675409999989], [1.3593575999999996, 43.560428299999906]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546317, \"latitude\": 43.6054453828577, \"longitude\": 1.4399931933894494, \"postal_code\": \"31000\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4119573, 43.60906329999989], [1.4475622000000006, 43.61538119999989], [1.4564911999999997, 43.5937771999999], [1.4368675999999996, 43.59256589999988], [1.4378008, 43.600716899999895], [1.4119573, 43.60906329999989]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546318, \"latitude\": 43.568648592102484, \"longitude\": 1.4653100823559948, \"postal_code\": \"31400\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4280690000000005, 43.578595599999886], [1.4368675999999996, 43.59256589999988], [1.4568725999999999, 43.59812299999991], [1.4928734999999997, 43.57345829999989], [1.4969626, 43.58172359999988], [1.5153794999999994, 43.57019019999988], [1.5006201000000001, 43.5538621999999], [1.4774183000000003, 43.55733189999989], [1.462394500000001, 43.549053099999895], [1.4546911, 43.54072639999988], [1.4613378000000001, 43.532653999999894], [1.4361732999999992, 43.54484859999991], [1.4280690000000005, 43.578595599999886]]]}}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"mark\": {\"type\": \"line\", \"tooltip\": true}, \"encoding\": {\"y\": {\"field\": \"Worldwide Gross\", \"type\": \"quantitative\", \"aggregate\": \"mean\", \"axis\": {\"format\": \"s\"}}, \"color\": {\"field\": \"Genre\", \"type\": \"nominal\", \"aggregate\": null}, \"x\": {\"field\": \"Release Year\", \"type\": \"temporal\", \"aggregate\": null}}, \"transform\": [], \"data\": {\"url\": \"https://raw.githubusercontent.com/nl4dv/nl4dv/master/examples/assets/data/movies-w-year.csv\", \"format\": {\"type\": \"csv\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Stacked column/bar\", \"width\": \"container\", \"title\": {\"text\": \"Total population by region, 1952 to 2017\"}, \"data\": {\"url\": \"https://www.trafforddatalab.io/interactive_graphics_companion/data/gapminder.csv\"}, \"transform\": [{\"filter\": {\"timeUnit\": \"year\", \"field\": \"year\", \"range\": [1952, 2017]}}, {\"aggregate\": [{\"op\": \"sum\", \"field\": \"pop\", \"as\": \"total_pop\"}], \"groupby\": [\"region\", \"year\"]}], \"mark\": \"bar\", \"encoding\": {\"x\": {\"timeUnit\": \"year\", \"field\": \"year\", \"type\": \"ordinal\", \"axis\": {\"title\": null, \"labelAngle\": 0}}, \"y\": {\"field\": \"total_pop\", \"type\": \"quantitative\", \"axis\": {\"title\": null}}, \"color\": {\"field\": \"region\", \"type\": \"nominal\", \"scale\": {\"domain\": [\"Africa\", \"Americas\", \"Asia\", \"Europe\"], \"range\": [\"#08C5ED\", \"#80D322\", \"#FF6973\", \"#FFDC25\"]}, \"legend\": {\"title\": null}}, \"opacity\": {\"value\": 0.8}, \"tooltip\": [{\"field\": \"year\", \"type\": \"ordinal\", \"timeUnit\": \"year\", \"title\": \"Year\"}, {\"field\": \"region\", \"type\": \"nominal\", \"title\": \"Continent\"}, {\"field\": \"total_pop\", \"type\": \"quantitative\", \"title\": \"Total population\", \"format\": \",.0f\"}]}, \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"concat\": [{\"data\": {\"name\": \"data-3ef5884c35137463d212c667007c224e\"}, \"mark\": \"geoshape\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"postal_code\"}}, \"height\": 200, \"title\": \"simplify(100)\", \"width\": 200}, {\"data\": {\"name\": \"data-8119695d7d18754349a28e97241e1933\"}, \"mark\": \"geoshape\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"postal_code\"}}, \"height\": 200, \"title\": \"simplify(500)\", \"width\": 200}, {\"data\": {\"name\": \"data-48eedcb476f7589c127979a0c03d2189\"}, \"mark\": \"geoshape\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"postal_code\"}}, \"height\": 200, \"title\": \"simplify(1000)\", \"width\": 200}], \"columns\": 2, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-3ef5884c35137463d212c667007c224e\": [{\"boundary\": \"postal_code\", \"id_\": 4546313, \"latitude\": 43.604492505855916, \"longitude\": 1.4743501280591111, \"postal_code\": \"31500\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4506968, 43.61394840000001], [1.453172, 43.61614840000005], [1.4536378, 43.62117519999999], [1.4551871, 43.62070360000001], [1.4538508, 43.62172979999999], [1.4550665, 43.6245078], [1.4698878, 43.631331700000025], [1.4718402, 43.62915400000004], [1.4700274, 43.6274915], [1.4725016, 43.62878140000006], [1.4731922, 43.6250085], [1.4746962, 43.62480590000003], [1.4906787, 43.633798000000034], [1.4898787, 43.6329275], [1.4799127, 43.628279299999924], [1.4857887, 43.60751500000001], [1.4859683, 43.60461960000001], [1.4913877, 43.599431200000005], [1.4927174, 43.5937597], [1.495307, 43.585173799999964], [1.4969626, 43.58172360000001], [1.4976262, 43.57779130000004], [1.494313, 43.57304479999999], [1.4928735, 43.5734583], [1.4947969, 43.57610320000002], [1.4832872, 43.57913279999997], [1.4634557, 43.59550859999998], [1.4568726, 43.598122999999994], [1.4578594, 43.601745199999954], [1.4563257, 43.60080950000002], [1.4568729, 43.60511229999999], [1.454146, 43.60938209999997], [1.4531039, 43.61056789999997], [1.4529112, 43.61096590000001], [1.4506968, 43.61394840000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546314, \"latitude\": 43.6379663647315, \"longitude\": 1.4382805978403568, \"postal_code\": \"31200\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4001968, 43.6665816], [1.402448, 43.66850830000004], [1.4054126, 43.66509429999998], [1.4119803, 43.666725700000015], [1.4163502, 43.66480989999999], [1.4172352, 43.66083510000003], [1.4243622, 43.66056650000003], [1.4319165, 43.657426500000014], [1.4298066, 43.6664586], [1.4399168, 43.66870800000004], [1.4393955, 43.6622422], [1.4431452, 43.64782520000002], [1.4454663, 43.6541811], [1.4529015, 43.650674599999995], [1.4599665, 43.66079659999994], [1.4653014000000002, 43.65950659999994], [1.4687476, 43.65512689999997], [1.4681059, 43.6472182], [1.4704909000000002, 43.64748910000003], [1.4721437, 43.6464526], [1.47139, 43.644286299999976], [1.4760373, 43.64233609999998], [1.4805028000000002, 43.64414979999996], [1.4815007, 43.643801999999994], [1.4826465, 43.643171900000056], [1.4831443, 43.64625869999998], [1.4858136, 43.64743259999995], [1.4873071, 43.64643890000005], [1.4906974, 43.64791700000003], [1.4929719, 43.646463699999956], [1.4993115, 43.64606679999998], [1.4906787, 43.633798000000034], [1.4746962, 43.62480590000003], [1.4731922, 43.6250085], [1.4725016, 43.62878140000006], [1.4700274, 43.6274915], [1.4718402, 43.62915400000004], [1.4698878, 43.631331700000025], [1.4550665, 43.6245078], [1.4538508, 43.62172979999999], [1.4551871, 43.62070360000001], [1.4536378, 43.62117519999999], [1.453172, 43.61614840000005], [1.4506968, 43.61394840000001], [1.4482195000000002, 43.61510519999996], [1.4372612000000002, 43.61606630000005], [1.4362434, 43.61587130000001], [1.4356805, 43.615752400000005], [1.4259503, 43.61219300000004], [1.4253973, 43.612096999999984], [1.4182372, 43.610968199999995], [1.4131838, 43.60960520000006], [1.4119573, 43.60906330000001], [1.403616, 43.61620920000001], [1.4011203, 43.62309809999996], [1.4011005, 43.624687299999955], [1.4038702, 43.635754700000064], [1.4013241, 43.648622300000014], [1.4068502000000003, 43.655253900000055], [1.4058631, 43.66189819999996], [1.4001968, 43.6665816]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546315, \"latitude\": 43.60496053446848, \"longitude\": 1.3921418386585285, \"postal_code\": \"31300\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3523651, 43.60259070000002], [1.3503956, 43.604270300000046], [1.3546739, 43.61451809999995], [1.3564, 43.61454450000003], [1.3563786, 43.620633999999974], [1.3593114, 43.62079619999999], [1.3614802, 43.62352900000002], [1.3664797, 43.62504169999999], [1.3696048, 43.6288159], [1.3769806, 43.6261655], [1.3740931000000003, 43.61935460000002], [1.3892999, 43.61532110000002], [1.3895894, 43.6166989], [1.3930352, 43.61712710000004], [1.3907883, 43.62036320000003], [1.3996079, 43.62075139999996], [1.4011203, 43.62309809999996], [1.403616, 43.61620920000001], [1.4119573, 43.60906330000001], [1.4205409, 43.60463589999997], [1.4279242, 43.60312240000001], [1.4335982, 43.602520800000015], [1.4348658, 43.602281699999985], [1.4389413, 43.59933480000003], [1.4391805, 43.59535820000002], [1.4380074, 43.59369509999999], [1.4368676, 43.592565899999975], [1.4344564, 43.59024779999995], [1.4300566, 43.58467939999999], [1.428069, 43.57859559999997], [1.4236403, 43.5785622], [1.4248583000000001, 43.58130439999995], [1.4220914, 43.582172600000035], [1.4230707, 43.58833530000001], [1.4188157, 43.59120840000002], [1.4169743, 43.590813300000015], [1.415263, 43.59314059999999], [1.4078439, 43.59375710000003], [1.3994488, 43.59227590000003], [1.3970648, 43.596219199999986], [1.382229, 43.59657929999998], [1.3764566, 43.59861700000001], [1.375919, 43.596110899999985], [1.3670166, 43.59381320000003], [1.3668834, 43.59005510000002], [1.3620574, 43.59166309999997], [1.3667165, 43.596002599999984], [1.3644338, 43.59755650000005], [1.3630412, 43.59803610000005], [1.3623982, 43.59830440000003], [1.3617532, 43.598587300000034], [1.3615752, 43.598888300000006], [1.3610004, 43.599597200000005], [1.3583643, 43.600414199999996], [1.3582655, 43.60055109999995], [1.3560414, 43.60150449999998], [1.3537654, 43.60207680000001], [1.3524725, 43.60227740000005], [1.3523651, 43.60259070000002]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546316, \"latitude\": 43.567856853183955, \"longitude\": 1.3984043374230144, \"postal_code\": \"31100\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3593576, 43.560428300000034], [1.3621709, 43.56667280000002], [1.3685473, 43.57150810000001], [1.3688751, 43.57342040000003], [1.3589389, 43.579151799999984], [1.3704667, 43.582312699999996], [1.3770719, 43.58998809999999], [1.3668834, 43.59005510000002], [1.3670166, 43.59381320000003], [1.375919, 43.596110899999985], [1.3764566, 43.59861700000001], [1.382229, 43.59657929999998], [1.3970648, 43.596219199999986], [1.3994488, 43.59227590000003], [1.4078439, 43.59375710000003], [1.415263, 43.59314059999999], [1.4169743, 43.590813300000015], [1.4188157, 43.59120840000002], [1.4230707, 43.58833530000001], [1.4220914, 43.582172600000035], [1.4248583000000001, 43.58130439999995], [1.4236403, 43.5785622], [1.428069, 43.57859559999997], [1.4310481, 43.57010489999994], [1.4312819, 43.56862910000004], [1.4325642, 43.56205289999997], [1.4391044, 43.557684699999974], [1.4384238, 43.54735440000001], [1.4361733, 43.544848600000016], [1.4346554, 43.54509120000004], [1.4285891, 43.546106899999984], [1.4233539, 43.54388149999998], [1.4105801, 43.54910199999999], [1.4053265, 43.54370019999996], [1.403218, 43.54514550000005], [1.4016818, 43.54362909999997], [1.4004275000000002, 43.544521000000024], [1.3886734, 43.536754099999996], [1.3845716, 43.539453700000024], [1.3822459, 43.539174400000014], [1.3809474, 43.54187440000003], [1.3810372000000002, 43.543087499999956], [1.3680231, 43.54992659999995], [1.375243, 43.55335330000004], [1.366834, 43.558712600000014], [1.3593576, 43.560428300000034]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546317, \"latitude\": 43.6054453828577, \"longitude\": 1.4399931933894494, \"postal_code\": \"31000\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4119573, 43.60906330000001], [1.4131838, 43.60960520000006], [1.4182372, 43.610968199999995], [1.4253973, 43.612096999999984], [1.4259503, 43.61219300000004], [1.4356805, 43.615752400000005], [1.4362434, 43.61587130000001], [1.4372612000000002, 43.61606630000005], [1.4482195000000002, 43.61510519999996], [1.4506968, 43.61394840000001], [1.4529112, 43.61096590000001], [1.4531039, 43.61056789999997], [1.454146, 43.60938209999997], [1.4568729, 43.60511229999999], [1.4563257, 43.60080950000002], [1.4578594, 43.601745199999954], [1.4568726, 43.598122999999994], [1.4564912, 43.59377720000003], [1.451583, 43.595185300000004], [1.4501746, 43.59467550000004], [1.448417, 43.594061299999964], [1.4478379, 43.59385120000001], [1.4459801000000003, 43.59315840000002], [1.4455624, 43.593019999999996], [1.4445217, 43.59267550000001], [1.4423044, 43.592148700000024], [1.4368676, 43.592565899999975], [1.4380074, 43.59369509999999], [1.4391805, 43.59535820000002], [1.4389413, 43.59933480000003], [1.4348658, 43.602281699999985], [1.4335982, 43.602520800000015], [1.4279242, 43.60312240000001], [1.4205409, 43.60463589999997], [1.4119573, 43.60906330000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546318, \"latitude\": 43.568648592102484, \"longitude\": 1.4653100823559948, \"postal_code\": \"31400\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.428069, 43.57859559999997], [1.4300566, 43.58467939999999], [1.4344564, 43.59024779999995], [1.4368676, 43.592565899999975], [1.4423044, 43.592148700000024], [1.4445217, 43.59267550000001], [1.4455624, 43.593019999999996], [1.4459801000000003, 43.59315840000002], [1.4478379, 43.59385120000001], [1.448417, 43.594061299999964], [1.4501746, 43.59467550000004], [1.451583, 43.595185300000004], [1.4564912, 43.59377720000003], [1.4568726, 43.598122999999994], [1.4634557, 43.59550859999998], [1.4832872, 43.57913279999997], [1.4947969, 43.57610320000002], [1.4928735, 43.5734583], [1.494313, 43.57304479999999], [1.4976262, 43.57779130000004], [1.4969626, 43.58172360000001], [1.5047251000000001, 43.57976109999996], [1.5106734, 43.5766447], [1.5130036, 43.576837699999984], [1.5134803, 43.571042099999964], [1.5153795, 43.57019020000003], [1.5138655, 43.56485170000004], [1.5062831, 43.557554899999985], [1.5006201, 43.55386219999995], [1.4959322, 43.5535726], [1.493096, 43.553489599999985], [1.4859101, 43.55290610000002], [1.4809604000000003, 43.5547146], [1.4791914, 43.55745710000002], [1.4750385, 43.55661010000001], [1.4689181, 43.55272550000001], [1.4611490000000003, 43.54754439999998], [1.4616445, 43.54343819999997], [1.4571357, 43.543452499999944], [1.4546911, 43.54072639999999], [1.4613378, 43.532653999999965], [1.4407493, 43.541795900000004], [1.437547, 43.54463429999998], [1.4361733, 43.544848600000016], [1.4384238, 43.54735440000001], [1.4391044, 43.557684699999974], [1.4325642, 43.56205289999997], [1.4312819, 43.56862910000004], [1.4310481, 43.57010489999994], [1.428069, 43.57859559999997]]]}}], \"data-8119695d7d18754349a28e97241e1933\": [{\"boundary\": \"postal_code\", \"id_\": 4546313, \"latitude\": 43.604492505855916, \"longitude\": 1.4743501280591111, \"postal_code\": \"31500\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4506968, 43.61394840000001], [1.4550665, 43.6245078], [1.4698878, 43.631331700000025], [1.4746962, 43.62480590000003], [1.4906787, 43.633798000000034], [1.4898787, 43.6329275], [1.4799127, 43.628279299999924], [1.4857887, 43.60751500000001], [1.4927174, 43.5937597], [1.495307, 43.585173799999964], [1.4969626, 43.58172360000001], [1.494313, 43.57304479999999], [1.4568726, 43.598122999999994], [1.4563257, 43.60080950000002], [1.4568729, 43.60511229999999], [1.454146, 43.60938209999997], [1.4531039, 43.61056789999997], [1.4529112, 43.61096590000001], [1.4506968, 43.61394840000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546314, \"latitude\": 43.6379663647315, \"longitude\": 1.4382805978403568, \"postal_code\": \"31200\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4001968, 43.6665816], [1.4119803, 43.666725700000015], [1.4243622, 43.66056650000003], [1.4319165, 43.657426500000014], [1.4298066, 43.6664586], [1.4399168, 43.66870800000004], [1.4393955, 43.6622422], [1.4431452, 43.64782520000002], [1.4454663, 43.6541811], [1.4529015, 43.650674599999995], [1.4599665, 43.66079659999994], [1.4681059, 43.6472182], [1.4704909000000002, 43.64748910000003], [1.47139, 43.644286299999976], [1.4760373, 43.64233609999998], [1.4805028000000002, 43.64414979999996], [1.4815007, 43.643801999999994], [1.4993115, 43.64606679999998], [1.4906787, 43.633798000000034], [1.4746962, 43.62480590000003], [1.4698878, 43.631331700000025], [1.4550665, 43.6245078], [1.4506968, 43.61394840000001], [1.4482195000000002, 43.61510519999996], [1.4372612000000002, 43.61606630000005], [1.4362434, 43.61587130000001], [1.4356805, 43.615752400000005], [1.4259503, 43.61219300000004], [1.4253973, 43.612096999999984], [1.4182372, 43.610968199999995], [1.4131838, 43.60960520000006], [1.4119573, 43.60906330000001], [1.4011203, 43.62309809999996], [1.4011005, 43.624687299999955], [1.4068502000000003, 43.655253900000055], [1.4001968, 43.6665816]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546315, \"latitude\": 43.60496053446848, \"longitude\": 1.3921418386585285, \"postal_code\": \"31300\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3523651, 43.60259070000002], [1.3563786, 43.620633999999974], [1.3664797, 43.62504169999999], [1.3696048, 43.6288159], [1.3769806, 43.6261655], [1.3740931000000003, 43.61935460000002], [1.3892999, 43.61532110000002], [1.4011203, 43.62309809999996], [1.4119573, 43.60906330000001], [1.4205409, 43.60463589999997], [1.4279242, 43.60312240000001], [1.4335982, 43.602520800000015], [1.4348658, 43.602281699999985], [1.4389413, 43.59933480000003], [1.4391805, 43.59535820000002], [1.4380074, 43.59369509999999], [1.4368676, 43.592565899999975], [1.4344564, 43.59024779999995], [1.4300566, 43.58467939999999], [1.428069, 43.57859559999997], [1.415263, 43.59314059999999], [1.3764566, 43.59861700000001], [1.3668834, 43.59005510000002], [1.3620574, 43.59166309999997], [1.3667165, 43.596002599999984], [1.3644338, 43.59755650000005], [1.3630412, 43.59803610000005], [1.3623982, 43.59830440000003], [1.3617532, 43.598587300000034], [1.3615752, 43.598888300000006], [1.3610004, 43.599597200000005], [1.3583643, 43.600414199999996], [1.3582655, 43.60055109999995], [1.3560414, 43.60150449999998], [1.3537654, 43.60207680000001], [1.3524725, 43.60227740000005], [1.3523651, 43.60259070000002]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546316, \"latitude\": 43.567856853183955, \"longitude\": 1.3984043374230144, \"postal_code\": \"31100\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3593576, 43.560428300000034], [1.3685473, 43.57150810000001], [1.3589389, 43.579151799999984], [1.3704667, 43.582312699999996], [1.3770719, 43.58998809999999], [1.3668834, 43.59005510000002], [1.3764566, 43.59861700000001], [1.415263, 43.59314059999999], [1.428069, 43.57859559999997], [1.4310481, 43.57010489999994], [1.4312819, 43.56862910000004], [1.4391044, 43.557684699999974], [1.4361733, 43.544848600000016], [1.4346554, 43.54509120000004], [1.4285891, 43.546106899999984], [1.4004275000000002, 43.544521000000024], [1.3886734, 43.536754099999996], [1.3809474, 43.54187440000003], [1.3680231, 43.54992659999995], [1.375243, 43.55335330000004], [1.3593576, 43.560428300000034]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546317, \"latitude\": 43.6054453828577, \"longitude\": 1.4399931933894494, \"postal_code\": \"31000\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4119573, 43.60906330000001], [1.4131838, 43.60960520000006], [1.4182372, 43.610968199999995], [1.4253973, 43.612096999999984], [1.4259503, 43.61219300000004], [1.4356805, 43.615752400000005], [1.4362434, 43.61587130000001], [1.4372612000000002, 43.61606630000005], [1.4482195000000002, 43.61510519999996], [1.4506968, 43.61394840000001], [1.4529112, 43.61096590000001], [1.4531039, 43.61056789999997], [1.454146, 43.60938209999997], [1.4568729, 43.60511229999999], [1.4563257, 43.60080950000002], [1.4568726, 43.598122999999994], [1.451583, 43.595185300000004], [1.4501746, 43.59467550000004], [1.448417, 43.594061299999964], [1.4478379, 43.59385120000001], [1.4459801000000003, 43.59315840000002], [1.4455624, 43.593019999999996], [1.4445217, 43.59267550000001], [1.4423044, 43.592148700000024], [1.4368676, 43.592565899999975], [1.4380074, 43.59369509999999], [1.4391805, 43.59535820000002], [1.4389413, 43.59933480000003], [1.4348658, 43.602281699999985], [1.4335982, 43.602520800000015], [1.4279242, 43.60312240000001], [1.4205409, 43.60463589999997], [1.4119573, 43.60906330000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546318, \"latitude\": 43.568648592102484, \"longitude\": 1.4653100823559948, \"postal_code\": \"31400\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.428069, 43.57859559999997], [1.4300566, 43.58467939999999], [1.4344564, 43.59024779999995], [1.4368676, 43.592565899999975], [1.4423044, 43.592148700000024], [1.4445217, 43.59267550000001], [1.4455624, 43.593019999999996], [1.4459801000000003, 43.59315840000002], [1.4478379, 43.59385120000001], [1.448417, 43.594061299999964], [1.4501746, 43.59467550000004], [1.451583, 43.595185300000004], [1.4568726, 43.598122999999994], [1.494313, 43.57304479999999], [1.4969626, 43.58172360000001], [1.5047251000000001, 43.57976109999996], [1.5130036, 43.576837699999984], [1.5062831, 43.557554899999985], [1.4959322, 43.5535726], [1.493096, 43.553489599999985], [1.4791914, 43.55745710000002], [1.4689181, 43.55272550000001], [1.4546911, 43.54072639999999], [1.4613378, 43.532653999999965], [1.4407493, 43.541795900000004], [1.437547, 43.54463429999998], [1.4361733, 43.544848600000016], [1.4391044, 43.557684699999974], [1.4312819, 43.56862910000004], [1.4310481, 43.57010489999994], [1.428069, 43.57859559999997]]]}}], \"data-48eedcb476f7589c127979a0c03d2189\": [{\"boundary\": \"postal_code\", \"id_\": 4546313, \"latitude\": 43.604492505855916, \"longitude\": 1.4743501280591111, \"postal_code\": \"31500\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4506968, 43.61394840000001], [1.4906787, 43.633798000000034], [1.4898787, 43.6329275], [1.4799127, 43.628279299999924], [1.4857887, 43.60751500000001], [1.4927174, 43.5937597], [1.495307, 43.585173799999964], [1.4969626, 43.58172360000001], [1.4568726, 43.598122999999994], [1.4563257, 43.60080950000002], [1.4568729, 43.60511229999999], [1.454146, 43.60938209999997], [1.4531039, 43.61056789999997], [1.4529112, 43.61096590000001], [1.4506968, 43.61394840000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546314, \"latitude\": 43.6379663647315, \"longitude\": 1.4382805978403568, \"postal_code\": \"31200\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4001968, 43.6665816], [1.4119803, 43.666725700000015], [1.4243622, 43.66056650000003], [1.4399168, 43.66870800000004], [1.4393955, 43.6622422], [1.4529015, 43.650674599999995], [1.4599665, 43.66079659999994], [1.4681059, 43.6472182], [1.4704909000000002, 43.64748910000003], [1.47139, 43.644286299999976], [1.4760373, 43.64233609999998], [1.4805028000000002, 43.64414979999996], [1.4815007, 43.643801999999994], [1.4993115, 43.64606679999998], [1.4906787, 43.633798000000034], [1.4506968, 43.61394840000001], [1.4482195000000002, 43.61510519999996], [1.4372612000000002, 43.61606630000005], [1.4362434, 43.61587130000001], [1.4356805, 43.615752400000005], [1.4259503, 43.61219300000004], [1.4253973, 43.612096999999984], [1.4182372, 43.610968199999995], [1.4131838, 43.60960520000006], [1.4119573, 43.60906330000001], [1.4011203, 43.62309809999996], [1.4011005, 43.624687299999955], [1.4001968, 43.6665816]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546315, \"latitude\": 43.60496053446848, \"longitude\": 1.3921418386585285, \"postal_code\": \"31300\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3523651, 43.60259070000002], [1.3664797, 43.62504169999999], [1.3892999, 43.61532110000002], [1.4011203, 43.62309809999996], [1.4119573, 43.60906330000001], [1.4205409, 43.60463589999997], [1.4279242, 43.60312240000001], [1.4335982, 43.602520800000015], [1.4348658, 43.602281699999985], [1.4389413, 43.59933480000003], [1.4391805, 43.59535820000002], [1.4380074, 43.59369509999999], [1.4368676, 43.592565899999975], [1.4344564, 43.59024779999995], [1.4300566, 43.58467939999999], [1.428069, 43.57859559999997], [1.415263, 43.59314059999999], [1.3668834, 43.59005510000002], [1.3620574, 43.59166309999997], [1.3667165, 43.596002599999984], [1.3644338, 43.59755650000005], [1.3630412, 43.59803610000005], [1.3623982, 43.59830440000003], [1.3617532, 43.598587300000034], [1.3615752, 43.598888300000006], [1.3610004, 43.599597200000005], [1.3583643, 43.600414199999996], [1.3582655, 43.60055109999995], [1.3560414, 43.60150449999998], [1.3537654, 43.60207680000001], [1.3524725, 43.60227740000005], [1.3523651, 43.60259070000002]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546316, \"latitude\": 43.567856853183955, \"longitude\": 1.3984043374230144, \"postal_code\": \"31100\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.3593576, 43.560428300000034], [1.3685473, 43.57150810000001], [1.3704667, 43.582312699999996], [1.3770719, 43.58998809999999], [1.3668834, 43.59005510000002], [1.415263, 43.59314059999999], [1.428069, 43.57859559999997], [1.4310481, 43.57010489999994], [1.4312819, 43.56862910000004], [1.4391044, 43.557684699999974], [1.4361733, 43.544848600000016], [1.4346554, 43.54509120000004], [1.4285891, 43.546106899999984], [1.4004275000000002, 43.544521000000024], [1.3809474, 43.54187440000003], [1.3680231, 43.54992659999995], [1.3593576, 43.560428300000034]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546317, \"latitude\": 43.6054453828577, \"longitude\": 1.4399931933894494, \"postal_code\": \"31000\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.4119573, 43.60906330000001], [1.4131838, 43.60960520000006], [1.4182372, 43.610968199999995], [1.4253973, 43.612096999999984], [1.4259503, 43.61219300000004], [1.4356805, 43.615752400000005], [1.4362434, 43.61587130000001], [1.4372612000000002, 43.61606630000005], [1.4482195000000002, 43.61510519999996], [1.4506968, 43.61394840000001], [1.4529112, 43.61096590000001], [1.4531039, 43.61056789999997], [1.454146, 43.60938209999997], [1.4568729, 43.60511229999999], [1.4563257, 43.60080950000002], [1.4568726, 43.598122999999994], [1.451583, 43.595185300000004], [1.4501746, 43.59467550000004], [1.448417, 43.594061299999964], [1.4478379, 43.59385120000001], [1.4459801000000003, 43.59315840000002], [1.4455624, 43.593019999999996], [1.4445217, 43.59267550000001], [1.4423044, 43.592148700000024], [1.4368676, 43.592565899999975], [1.4380074, 43.59369509999999], [1.4391805, 43.59535820000002], [1.4389413, 43.59933480000003], [1.4348658, 43.602281699999985], [1.4335982, 43.602520800000015], [1.4279242, 43.60312240000001], [1.4205409, 43.60463589999997], [1.4119573, 43.60906330000001]]]}}, {\"boundary\": \"postal_code\", \"id_\": 4546318, \"latitude\": 43.568648592102484, \"longitude\": 1.4653100823559948, \"postal_code\": \"31400\", \"source\": \"http://data.toulouse-metropole.fr/\", \"type\": \"Feature\", \"type_\": \"relation\", \"geometry\": {\"type\": \"Polygon\", \"coordinates\": [[[1.428069, 43.57859559999997], [1.4300566, 43.58467939999999], [1.4344564, 43.59024779999995], [1.4368676, 43.592565899999975], [1.4423044, 43.592148700000024], [1.4445217, 43.59267550000001], [1.4455624, 43.593019999999996], [1.4459801000000003, 43.59315840000002], [1.4478379, 43.59385120000001], [1.448417, 43.594061299999964], [1.4501746, 43.59467550000004], [1.451583, 43.595185300000004], [1.4568726, 43.598122999999994], [1.4969626, 43.58172360000001], [1.5047251000000001, 43.57976109999996], [1.5130036, 43.576837699999984], [1.5062831, 43.557554899999985], [1.4959322, 43.5535726], [1.493096, 43.553489599999985], [1.4791914, 43.55745710000002], [1.4689181, 43.55272550000001], [1.4613378, 43.532653999999965], [1.4407493, 43.541795900000004], [1.437547, 43.54463429999998], [1.4361733, 43.544848600000016], [1.4391044, 43.557684699999974], [1.4312819, 43.56862910000004], [1.4310481, 43.57010489999994], [1.428069, 43.57859559999997]]]}}]}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"layer\": [{\"data\": {\"name\": \"data-194e1fe9e7d882837db17b6196d9a5a2\"}, \"mark\": \"circle\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"High Income\", \"scale\": {\"scheme\": \"set1\"}}, \"size\": {\"value\": 40}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\", \"scale\": {\"domain\": [15, 60]}}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\", \"scale\": {\"domain\": [4, 16]}}}, \"selection\": {\"Max\": {\"type\": \"single\", \"fields\": [\"Depth\"], \"bind\": {\"input\": \"select\", \"options\": [1, 2, 3, 4]}, \"init\": {\"Depth\": 1}}}}, {\"data\": {\"name\": \"data-bc9953c9636a481bff52d26011eacf6f\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"value\": \"grey\"}, \"size\": {\"value\": 1}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\"}}, \"transform\": [{\"filter\": {\"selection\": \"Max\"}}]}, {\"data\": {\"name\": \"data-2ff2aa998f5841659dd2c5f6d9ea26e9\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"value\": \"grey\"}, \"size\": {\"value\": 1}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\"}}, \"transform\": [{\"filter\": {\"selection\": \"Max\"}}]}, {\"data\": {\"name\": \"data-e5ffb9d86a2e418cb10836bd0a8507b8\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"value\": \"grey\"}, \"size\": {\"value\": 1}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\"}}, \"transform\": [{\"filter\": {\"selection\": \"Max\"}}]}, {\"data\": {\"name\": \"data-2da81f8e7919fd100421d78f5aaec773\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"value\": \"grey\"}, \"size\": {\"value\": 1}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\"}}, \"transform\": [{\"filter\": {\"selection\": \"Max\"}}]}, {\"data\": {\"name\": \"data-50f6676429df012474ec81ae6fb139ef\"}, \"mark\": {\"type\": \"text\", \"align\": \"left\"}, \"encoding\": {\"text\": {\"type\": \"ordinal\", \"field\": \"Depth\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Age\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Years of Education\"}}, \"transform\": [{\"filter\": {\"selection\": \"Max\"}}]}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-194e1fe9e7d882837db17b6196d9a5a2\": [{\"Age\": 38, \"Years of Education\": 8, \"High Income\": false}, {\"Age\": 59, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 26, \"Years of Education\": 13, \"High Income\": false}, {\"Age\": 51, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 34, \"Years of Education\": 11, \"High Income\": false}, {\"Age\": 50, \"Years of Education\": 15, \"High Income\": true}, {\"Age\": 45, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 57, \"Years of Education\": 10, \"High Income\": true}, {\"Age\": 23, \"Years of Education\": 10, \"High Income\": false}, {\"Age\": 19, \"Years of Education\": 6, \"High Income\": false}, {\"Age\": 49, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 31, \"Years of Education\": 13, \"High Income\": false}, {\"Age\": 51, \"Years of Education\": 10, \"High Income\": true}, {\"Age\": 33, \"Years of Education\": 13, \"High Income\": false}, {\"Age\": 40, \"Years of Education\": 9, \"High Income\": false}, {\"Age\": 20, \"Years of Education\": 9, \"High Income\": false}, {\"Age\": 42, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 36, \"Years of Education\": 7, \"High Income\": false}, {\"Age\": 25, \"Years of Education\": 9, \"High Income\": false}, {\"Age\": 44, \"Years of Education\": 8, \"High Income\": false}, {\"Age\": 38, \"Years of Education\": 13, \"High Income\": false}, {\"Age\": 47, \"Years of Education\": 9, \"High Income\": false}, {\"Age\": 32, \"Years of Education\": 9, \"High Income\": true}, {\"Age\": 25, \"Years of Education\": 7, \"High Income\": false}, {\"Age\": 30, \"Years of Education\": 5, \"High Income\": false}, {\"Age\": 55, \"Years of Education\": 13, \"High Income\": true}, {\"Age\": 53, \"Years of Education\": 12, \"High Income\": true}, {\"Age\": 47, \"Years of Education\": 12, \"High Income\": true}, {\"Age\": 55, \"Years of Education\": 14, \"High Income\": true}, {\"Age\": 60, \"Years of Education\": 11, \"High Income\": true}, {\"Age\": 53, \"Years of Education\": 14, \"High Income\": true}, {\"Age\": 41, \"Years of Education\": 14, \"High Income\": true}], \"data-bc9953c9636a481bff52d26011eacf6f\": [{\"Age\": 40, \"Years of Education\": 16, \"High Income\": false, \"Depth\": 1}, {\"Age\": 40, \"Years of Education\": 4, \"High Income\": true, \"Depth\": 1}, {\"Age\": 15, \"Years of Education\": 10, \"High Income\": false, \"Depth\": 2}, {\"Age\": 60, \"Years of Education\": 10, \"High Income\": true, \"Depth\": 2}, {\"Age\": 25, \"Years of Education\": 4, \"High Income\": false, \"Depth\": 3}, {\"Age\": 25, \"Years of Education\": 10, \"High Income\": true, \"Depth\": 3}, {\"Age\": 25, \"Years of Education\": 8, \"High Income\": false, \"Depth\": 4}, {\"Age\": 40, \"Years of Education\": 8, \"High Income\": true, \"Depth\": 4}], \"data-2ff2aa998f5841659dd2c5f6d9ea26e9\": [{\"Age\": 40, \"Years of Education\": 16, \"High Income\": false, \"Depth\": 2}, {\"Age\": 40, \"Years of Education\": 4, \"High Income\": true, \"Depth\": 2}, {\"Age\": 15, \"Years of Education\": 10, \"High Income\": false, \"Depth\": 3}, {\"Age\": 60, \"Years of Education\": 10, \"High Income\": true, \"Depth\": 3}, {\"Age\": 25, \"Years of Education\": 4, \"High Income\": false, \"Depth\": 4}, {\"Age\": 25, \"Years of Education\": 10, \"High Income\": true, \"Depth\": 4}], \"data-e5ffb9d86a2e418cb10836bd0a8507b8\": [{\"Age\": 40, \"Years of Education\": 16, \"High Income\": false, \"Depth\": 3}, {\"Age\": 40, \"Years of Education\": 4, \"High Income\": true, \"Depth\": 3}, {\"Age\": 15, \"Years of Education\": 10, \"High Income\": false, \"Depth\": 4}, {\"Age\": 60, \"Years of Education\": 10, \"High Income\": true, \"Depth\": 4}], \"data-2da81f8e7919fd100421d78f5aaec773\": [{\"Age\": 40, \"Years of Education\": 16, \"High Income\": false, \"Depth\": 4}, {\"Age\": 40, \"Years of Education\": 4, \"High Income\": true, \"Depth\": 4}], \"data-50f6676429df012474ec81ae6fb139ef\": [{\"Age\": 39, \"Years of Education\": 15.5, \"High Income\": false, \"Depth\": 1}, {\"Age\": 16, \"Years of Education\": 10.3, \"High Income\": true, \"Depth\": 2}, {\"Age\": 41, \"Years of Education\": 10.3, \"High Income\": false, \"Depth\": 2}, {\"Age\": 25.5, \"Years of Education\": 9.7, \"High Income\": true, \"Depth\": 3}, {\"Age\": 25.5, \"Years of Education\": 8.3, \"High Income\": false, \"Depth\": 4}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"data\": {\"values\": [{\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"duckdb\", \"meanDuration\": 12.7984001828, \"countAnswered\": 350040, \"durationCiLower\": 12.7632030822, \"durationCiUpper\": 12.8335972835, \"durationStd\": 10.6246867556, \"countViolated\": 0.0, \"responseRate\": 0.9494154981}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"monetdb\", \"meanDuration\": 4.6466989865, \"countAnswered\": 266297, \"durationCiLower\": 4.6397255527, \"durationCiUpper\": 4.6536724203, \"durationStd\": 1.8360299224, \"countViolated\": 0.0, \"responseRate\": 0.7222788793}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"postgresql\", \"meanDuration\": 49.6392121936, \"countAnswered\": 49403, \"durationCiLower\": 49.5875247952, \"durationCiUpper\": 49.690899592, \"durationStd\": 5.8614167736, \"countViolated\": 0.0, \"responseRate\": 0.13399604}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"sqlite\", \"meanDuration\": 116.713323695, \"countAnswered\": 26284, \"durationCiLower\": 115.9450655193, \"durationCiUpper\": 117.4815818708, \"durationStd\": 63.5455040164, \"countViolated\": 11615.0, \"responseRate\": 0.0397868128}, {\"dataset_size\": \"1M\", \"dataset\": \"flights\", \"driver\": \"verdictdb\", \"meanDuration\": 14.529684974, \"countAnswered\": 116911, \"durationCiLower\": 14.4532475731, \"durationCiUpper\": 14.606122375, \"durationStd\": 13.3346312969, \"countViolated\": 44.0, \"responseRate\": 0.3169790339}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"duckdb\", \"meanDuration\": 9.9982177235, \"countAnswered\": 279979, \"durationCiLower\": 9.9599435394, \"durationCiUpper\": 10.0364919075, \"durationStd\": 10.332816133, \"countViolated\": 1.0, \"responseRate\": 0.967275868}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"monetdb\", \"meanDuration\": 3.8152013489, \"countAnswered\": 237821, \"durationCiLower\": 3.8055628654, \"durationCiUpper\": 3.8248398324, \"durationStd\": 2.3981895486, \"countViolated\": 0.0, \"responseRate\": 0.8216306789}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"postgresql\", \"meanDuration\": 49.7640979955, \"countAnswered\": 33675, \"durationCiLower\": 49.3035374163, \"durationCiUpper\": 50.2246585748, \"durationStd\": 43.1198124712, \"countViolated\": 877.0, \"responseRate\": 0.1133114528}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"sqlite\", \"meanDuration\": 103.670512955, \"countAnswered\": 19066, \"durationCiLower\": 102.1783045559, \"durationCiUpper\": 105.1627213541, \"durationStd\": 105.1195785225, \"countViolated\": 2898.0, \"responseRate\": 0.0558576611}, {\"dataset_size\": \"1M\", \"dataset\": \"movies\", \"driver\": \"verdictdb\", \"meanDuration\": 12.9780373074, \"countAnswered\": 92475, \"durationCiLower\": 12.8899186314, \"durationCiUpper\": 13.0661559833, \"durationStd\": 13.6718208042, \"countViolated\": 44.0, \"responseRate\": 0.3193332182}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"duckdb\", \"meanDuration\": 12.0232976492, \"countAnswered\": 509751, \"durationCiLower\": 11.9918368752, \"durationCiUpper\": 12.0547584233, \"durationStd\": 11.4603880817, \"countViolated\": 5.0, \"responseRate\": 0.9388002416}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"monetdb\", \"meanDuration\": 4.4501154405, \"countAnswered\": 399773, \"durationCiLower\": 4.4431536975, \"durationCiUpper\": 4.4570771835, \"durationStd\": 2.2458218954, \"countViolated\": 0.0, \"responseRate\": 0.7362627446}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"postgresql\", \"meanDuration\": 49.1993827785, \"countAnswered\": 59298, \"durationCiLower\": 49.1043495661, \"durationCiUpper\": 49.2944159909, \"durationStd\": 11.8069704675, \"countViolated\": 172.0, \"responseRate\": 0.1088924741}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"sqlite\", \"meanDuration\": 107.3029443173, \"countAnswered\": 32775, \"durationCiLower\": 106.7516946384, \"durationCiUpper\": 107.8541939962, \"durationStd\": 50.9161514465, \"countViolated\": 10411.0, \"responseRate\": 0.0411878241}, {\"dataset_size\": \"1M\", \"dataset\": \"weather\", \"driver\": \"verdictdb\", \"meanDuration\": 14.2781448177, \"countAnswered\": 150907, \"durationCiLower\": 14.2140388858, \"durationCiUpper\": 14.3422507496, \"durationStd\": 12.705780145, \"countViolated\": 51.0, \"responseRate\": 0.277831801}]}, \"transform\": [{\"calculate\": \"datum.responseRate*100\", \"as\": \"respRate\"}, {\"calculate\": \"floor(datum.respRate)+ '%'\", \"as\": \"respRateNice\"}, {\"calculate\": \"clamp(datum.respRate,0,70)\", \"as\": \"respRateTextPos\"}], \"facet\": {\"row\": {\"field\": \"dataset_size\", \"type\": \"ordinal\", \"title\": \"Dataset Size\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}, \"column\": {\"field\": \"dataset\", \"type\": \"nominal\", \"title\": \"Dataset\", \"header\": {\"labelPadding\": 2, \"titlePadding\": 0}}}, \"config\": {\"facet\": {\"spacing\": 5}}, \"spec\": {\"height\": 80, \"width\": 100, \"layer\": [{\"mark\": {\"type\": \"bar\", \"clip\": true}, \"encoding\": {\"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"respRate\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 100]}, \"title\": \"Response Rate\"}, \"color\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\", \"legend\": null}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"clip\": true, \"dx\": 3}, \"encoding\": {\"text\": {\"field\": \"respRateNice\", \"type\": \"nominal\"}, \"y\": {\"field\": \"driver\", \"type\": \"nominal\", \"title\": \"DBMS\"}, \"x\": {\"field\": \"respRateTextPos\", \"type\": \"quantitative\"}}}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Deaths\", \"subtitle\": \"New deaths by publish date, English regions.\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"description\": \"Coronavirus cases\", \"data\": {\"url\": \"https://api.coronavirus.data.gov.uk/v2/data?areaType=region&metric=newDeaths28DaysByPublishDate&format=csv\", \"format\": {\"type\": \"csv\"}}, \"height\": 300, \"width\": 300, \"mark\": {\"type\": \"bar\", \"width\": 10}, \"selection\": {\"Region\": {\"type\": \"single\", \"fields\": [\"areaName\"], \"bind\": {\"input\": \"select\", \"options\": [null, \"London\", \"East Midlands\", \"East of England\", \"North East\", \"North West\", \"South East\", \"South West\", \"West Midlands\", \"Yorkshire and The Humber\"], \"name\": \"Pick a region: \"}}}, \"transform\": [{\"filter\": {\"selection\": \"Region\"}}, {\"filter\": {\"field\": \"date\", \"range\": [{\"year\": 2020, \"month\": \"jan\", \"date\": 1}, {\"year\": 2050, \"month\": \"dec\", \"date\": 30}]}}], \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"newDeaths28DaysByPublishDate\", \"type\": \"quantitative\", \"title\": null}, \"color\": {\"field\": \"areaName\", \"type\": \"nominal\", \"legend\": null, \"scale\": {\"scheme\": \"reds\"}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Cases: UK regions\", \"subtitle\": \"Daily new cases by publish date. Source: gov.uk\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"description\": \"Coronavirus cases\", \"data\": {\"url\": \"https://api.coronavirus.data.gov.uk/v2/data?areaType=region&metric=newCasesByPublishDate&format=csv\", \"format\": {\"type\": \"csv\"}}, \"height\": 300, \"width\": 280, \"mark\": {\"type\": \"bar\", \"width\": 10}, \"selection\": {\"Region\": {\"type\": \"single\", \"fields\": [\"areaName\"], \"bind\": {\"input\": \"select\", \"options\": [null, \"London\", \"East Midlands\", \"East of England\", \"North East\", \"North West\", \"South East\", \"South West\", \"West Midlands\", \"Yorkshire and The Humber\"], \"name\": \"Pick a region: \"}}}, \"transform\": [{\"filter\": {\"selection\": \"Region\"}}, {\"filter\": {\"field\": \"date\", \"range\": [{\"year\": 2020, \"month\": \"dec\", \"date\": 5}, {\"year\": 2050, \"month\": \"dec\", \"date\": 30}]}}], \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"newCasesByPublishDate\", \"type\": \"quantitative\", \"title\": null}, \"color\": {\"field\": \"areaName\", \"type\": \"nominal\", \"legend\": null, \"scale\": {\"scheme\": \"inferno\"}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Hospital admissions\", \"title\": {\"text\": \"Vaccination rate - old and young\", \"subtitle\": \"Complete coverage, %, by age group\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://api.coronavirus.data.gov.uk/v2/data?areaType=nation&metric=vaccinationsAgeDemographics&format=csv\", \"format\": {\"type\": \"csv\"}}, \"height\": 300, \"width\": 300, \"mark\": {\"type\": \"line\", \"strokeWidth\": 2}, \"transform\": [{\"filter\": {\"field\": \"date\", \"range\": [{\"year\": 2019, \"month\": \"feb\", \"date\": 1}, {\"year\": 2050, \"month\": \"dec\", \"date\": 30}]}}, {\"filter\": {\"field\": \"age\", \"oneOf\": [\"18_24\", \"18_29\", \"80+\", \"90+\"]}}], \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"cumVaccinationCompleteCoverageByVaccinationDatePercentage\", \"type\": \"quantitative\", \"title\": null}, \"color\": {\"field\": \"age\", \"title\": \"Age range\"}, \"facet\": {\"field\": \"areaName\", \"type\": \"nominal\", \"columns\": 2, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"cumVaccinationCompleteCoverageByVaccinationDatePercentage\", \"type\": \"quantitative\", \"title\": \"Vacination rate (%)\"}, {\"field\": \"age\", \"title\": \"Age group\"}, {\"field\": \"areaName\", \"title\": \"Country\"}]}, \"XYZresolve\": {\"scale\": {\"y\": \"independent\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Cases by specimen date: English regions\", \"subtitle\": \"Daily new cases by specimen date.\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"description\": \"Coronavirus cases\", \"data\": {\"url\": \"https://api.coronavirus.data.gov.uk/v2/data?areaType=region&metric=newCasesBySpecimenDate&format=csv\", \"format\": {\"type\": \"csv\"}}, \"height\": 300, \"width\": 300, \"mark\": {\"type\": \"bar\", \"width\": 10}, \"selection\": {\"Region\": {\"type\": \"single\", \"fields\": [\"areaName\"], \"bind\": {\"input\": \"select\", \"options\": [null, \"London\", \"East Midlands\", \"East of England\", \"North East\", \"North West\", \"South East\", \"South West\", \"West Midlands\", \"Yorkshire and The Humber\"], \"name\": \"Pick a region: \"}}}, \"transform\": [{\"filter\": {\"selection\": \"Region\"}}, {\"filter\": {\"field\": \"date\", \"range\": [{\"year\": 2020, \"month\": \"dec\", \"date\": 5}, {\"year\": 2050, \"month\": \"dec\", \"date\": 30}]}}], \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"newCasesBySpecimenDate\", \"type\": \"quantitative\", \"title\": null}, \"color\": {\"field\": \"areaName\", \"type\": \"nominal\", \"legend\": null, \"scale\": {\"scheme\": \"viridis\"}}}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-3dd81a19cd0da2f7248b1d2b33d9ba23\"}, \"mark\": \"area\", \"encoding\": {\"color\": {\"field\": \"interaction_type\", \"legend\": {\"orient\": \"right\"}, \"scale\": {\"scheme\": \"category10\"}, \"title\": \"Interaction type\", \"type\": \"nominal\"}, \"tooltip\": [{\"field\": \"interaction_createdAt\", \"type\": \"temporal\"}, {\"field\": \"cumulative_comments\", \"type\": \"quantitative\"}], \"x\": {\"field\": \"interaction_createdAt\", \"type\": \"temporal\"}, \"y\": {\"field\": \"cumulative_comments\", \"type\": \"quantitative\"}}, \"height\": 200, \"title\": \"Cumulative Number of Comments from External Users\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-3dd81a19cd0da2f7248b1d2b33d9ba23\": [{\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-17T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-18T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2020-12-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-01-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-18T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-19T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-20T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-21T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-22T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-23T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-24T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-25T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-26T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-27T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-02-28T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-01T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-02T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-03T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-04T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-05T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-06T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-07T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-08T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-09T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-10T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-11T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-12T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-13T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-14T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-15T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-16T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-17T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-18T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-19T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-20T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-21T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-22T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-23T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-24T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-25T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-26T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-27T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-28T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-29T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-30T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-03-31T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-01T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-02T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-03T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-04T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-05T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-06T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-07T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-08T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-09T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-10T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-11T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-12T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-13T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-14T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-15T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-16T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-17T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-18T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-19T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-20T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-21T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-22T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-23T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-24T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-25T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-26T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-27T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-28T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-29T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-04-30T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-01T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-02T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-03T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-04T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-05T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-06T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-07T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-08T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-09T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-10T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-11T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-12T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-13T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-14T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-15T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-16T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-17T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-18T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-19T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-20T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-21T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-22T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-23T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-24T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-25T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-26T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-27T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-28T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-29T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-30T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-05-31T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-01T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-02T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-03T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-04T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-05T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-06T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-07T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-08T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-09T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-10T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-11T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-12T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-13T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-14T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-15T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-16T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-17T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-18T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-19T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-20T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-21T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-22T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-23T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-24T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-25T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-26T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-27T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-28T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-29T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-06-30T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-01T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-02T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-03T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-04T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-05T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-06T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-07T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-08T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-09T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-10T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-11T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-12T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-13T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-14T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-15T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-16T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-17T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-18T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-19T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-20T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-21T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-22T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-23T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-24T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-25T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-26T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-27T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-28T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-29T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-30T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-07-31T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-01T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-02T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-03T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-04T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-05T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-06T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-07T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-08T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-09T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-10T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-11T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-12T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-13T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-14T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-15T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-16T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-17T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-18T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-19T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-20T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-21T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-22T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-23T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-24T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-25T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-26T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-27T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-28T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-29T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-30T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-08-31T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-01T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-02T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-03T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-04T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-05T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-06T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-07T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-08T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-09T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-10T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-11T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-12T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-13T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-14T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-15T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-16T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-17T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-18T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-19T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-20T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-21T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-22T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-23T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-24T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-25T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-26T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-27T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-28T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-29T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-09-30T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-01T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-02T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-03T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-04T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-05T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-06T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-07T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-08T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-09T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-10T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-11T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-12T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-13T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-14T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-15T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-16T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-17T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-18T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-19T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-20T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-21T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-22T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-23T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-24T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-25T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-26T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-27T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-28T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-29T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-30T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-10-31T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-01T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-02T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-03T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-04T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-05T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-06T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-07T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-08T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-09T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-10T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-11T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-12T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-13T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-14T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-15T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-16T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-17T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-18T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-19T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-20T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-21T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-22T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-23T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-24T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-25T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-26T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-27T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-28T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-29T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-11-30T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-01T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-02T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-03T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-04T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-05T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-06T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-07T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-08T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-09T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-10T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-11T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-12T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-13T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-14T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-15T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-16T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-17T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-18T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-19T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-20T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-21T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-22T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-23T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-24T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-25T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-26T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-27T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-28T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-29T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-30T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2021-12-31T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-01T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-02T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-03T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-04T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-05T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-06T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-07T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-08T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-09T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-10T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-11T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-12T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-13T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-14T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-15T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-16T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-17T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-18T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-19T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-20T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-21T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-22T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-23T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-24T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-25T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-26T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-27T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-28T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-29T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-30T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-01-31T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-01T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-02T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-03T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-04T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-05T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-06T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-07T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-08T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-09T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-10T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-11T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-12T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-13T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-14T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-15T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-16T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-17T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-18T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-19T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-20T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-21T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-22T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-23T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-24T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-25T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-26T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-27T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-02-28T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-01T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-02T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-03T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-04T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-05T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-06T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-07T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-08T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-09T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-10T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-11T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-12T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-13T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-14T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-15T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-16T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-17T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-18T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-19T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-20T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-21T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-22T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-23T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-24T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-25T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-26T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-27T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-28T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-29T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-30T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-03-31T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-01T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-02T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-03T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-04T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-05T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-06T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-07T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-08T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-09T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-10T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-11T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-12T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-13T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-14T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-15T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-16T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-17T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-18T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-19T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-20T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-21T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-22T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-23T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-24T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-25T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-26T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-27T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-28T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-29T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-04-30T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-01T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-02T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-03T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-04T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-05T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-06T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-07T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-08T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-09T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-10T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-11T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-12T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-13T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-14T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-15T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-16T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-17T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-18T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-19T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-20T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-21T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-22T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-23T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-24T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-25T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-26T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-27T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-28T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-29T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-30T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-05-31T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-01T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-02T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-03T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-04T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-05T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-06T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-07T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-08T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-09T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-10T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-11T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-12T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-13T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-14T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-15T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-16T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-17T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-18T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-19T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-20T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-21T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-22T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-23T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-24T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-25T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-26T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-27T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-28T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-29T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-06-30T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-01T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-02T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-03T00:00:00+00:00\", \"cumulative_comments\": 27.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-04T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-05T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-06T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-07T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-08T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-09T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-10T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-11T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-12T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-13T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-14T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-15T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-16T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-17T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-18T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-20T00:00:00+00:00\", \"cumulative_comments\": 35.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-21T00:00:00+00:00\", \"cumulative_comments\": 35.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-22T00:00:00+00:00\", \"cumulative_comments\": 36.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-23T00:00:00+00:00\", \"cumulative_comments\": 36.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-24T00:00:00+00:00\", \"cumulative_comments\": 37.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-25T00:00:00+00:00\", \"cumulative_comments\": 38.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-26T00:00:00+00:00\", \"cumulative_comments\": 41.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-27T00:00:00+00:00\", \"cumulative_comments\": 41.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-28T00:00:00+00:00\", \"cumulative_comments\": 41.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-29T00:00:00+00:00\", \"cumulative_comments\": 41.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-30T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-07-31T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-01T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-02T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-03T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-04T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-05T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-06T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-07T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-08T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-09T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-10T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-11T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-12T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-13T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-14T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-15T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-16T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-17T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-18T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-19T00:00:00+00:00\", \"cumulative_comments\": 51.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-20T00:00:00+00:00\", \"cumulative_comments\": 51.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-21T00:00:00+00:00\", \"cumulative_comments\": 51.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-22T00:00:00+00:00\", \"cumulative_comments\": 51.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-23T00:00:00+00:00\", \"cumulative_comments\": 52.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-24T00:00:00+00:00\", \"cumulative_comments\": 52.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-25T00:00:00+00:00\", \"cumulative_comments\": 52.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-26T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-27T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-28T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-29T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-30T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-08-31T00:00:00+00:00\", \"cumulative_comments\": 55.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-01T00:00:00+00:00\", \"cumulative_comments\": 56.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-02T00:00:00+00:00\", \"cumulative_comments\": 56.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-03T00:00:00+00:00\", \"cumulative_comments\": 56.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-04T00:00:00+00:00\", \"cumulative_comments\": 56.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-05T00:00:00+00:00\", \"cumulative_comments\": 57.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-06T00:00:00+00:00\", \"cumulative_comments\": 57.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-07T00:00:00+00:00\", \"cumulative_comments\": 58.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-08T00:00:00+00:00\", \"cumulative_comments\": 58.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-09T00:00:00+00:00\", \"cumulative_comments\": 58.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-10T00:00:00+00:00\", \"cumulative_comments\": 59.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-11T00:00:00+00:00\", \"cumulative_comments\": 59.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-12T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-13T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-14T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-15T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-16T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-17T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-18T00:00:00+00:00\", \"cumulative_comments\": 63.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-19T00:00:00+00:00\", \"cumulative_comments\": 63.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-20T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-21T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-22T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-23T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-24T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-25T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-26T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-27T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-28T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-29T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-09-30T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-01T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-02T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-03T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-04T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-05T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-06T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-07T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-08T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-09T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-10T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-11T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-12T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-13T00:00:00+00:00\", \"cumulative_comments\": 74.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-14T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-15T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-16T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-17T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-18T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-19T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-20T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-21T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-22T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-23T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-24T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-25T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-26T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-27T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-28T00:00:00+00:00\", \"cumulative_comments\": 83.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-29T00:00:00+00:00\", \"cumulative_comments\": 83.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-30T00:00:00+00:00\", \"cumulative_comments\": 83.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-10-31T00:00:00+00:00\", \"cumulative_comments\": 84.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-01T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-02T00:00:00+00:00\", \"cumulative_comments\": 86.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-03T00:00:00+00:00\", \"cumulative_comments\": 86.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-04T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-05T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-06T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-07T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-08T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-09T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-10T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-11T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-12T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-13T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-14T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-15T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-16T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-17T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-18T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-19T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-20T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-21T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-22T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-23T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-24T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-25T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-26T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-27T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-28T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-29T00:00:00+00:00\", \"cumulative_comments\": 99.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-11-30T00:00:00+00:00\", \"cumulative_comments\": 99.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-01T00:00:00+00:00\", \"cumulative_comments\": 99.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-02T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-03T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-04T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-05T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-06T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-07T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-08T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-09T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-10T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-11T00:00:00+00:00\", \"cumulative_comments\": 102.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-12T00:00:00+00:00\", \"cumulative_comments\": 102.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-13T00:00:00+00:00\", \"cumulative_comments\": 103.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-14T00:00:00+00:00\", \"cumulative_comments\": 103.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-15T00:00:00+00:00\", \"cumulative_comments\": 104.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-16T00:00:00+00:00\", \"cumulative_comments\": 104.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-17T00:00:00+00:00\", \"cumulative_comments\": 104.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-18T00:00:00+00:00\", \"cumulative_comments\": 105.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-19T00:00:00+00:00\", \"cumulative_comments\": 105.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-20T00:00:00+00:00\", \"cumulative_comments\": 106.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-21T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-22T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-23T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-24T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-25T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-26T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-27T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-28T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-29T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-30T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2022-12-31T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-01T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-02T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-03T00:00:00+00:00\", \"cumulative_comments\": 109.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-04T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-05T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-06T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-07T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-08T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-09T00:00:00+00:00\", \"cumulative_comments\": 111.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-10T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-11T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-12T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-13T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-14T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-15T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-16T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-17T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-18T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-19T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-20T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-21T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-22T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-23T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-24T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-25T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-26T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-27T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-28T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-29T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-30T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-01-31T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-01T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-02T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-03T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-04T00:00:00+00:00\", \"cumulative_comments\": 118.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-05T00:00:00+00:00\", \"cumulative_comments\": 118.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-06T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-07T00:00:00+00:00\", \"cumulative_comments\": 120.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-08T00:00:00+00:00\", \"cumulative_comments\": 123.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-09T00:00:00+00:00\", \"cumulative_comments\": 124.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-10T00:00:00+00:00\", \"cumulative_comments\": 126.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-11T00:00:00+00:00\", \"cumulative_comments\": 126.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-12T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-13T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-14T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-15T00:00:00+00:00\", \"cumulative_comments\": 128.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-16T00:00:00+00:00\", \"cumulative_comments\": 131.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-17T00:00:00+00:00\", \"cumulative_comments\": 134.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-18T00:00:00+00:00\", \"cumulative_comments\": 134.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-19T00:00:00+00:00\", \"cumulative_comments\": 135.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-20T00:00:00+00:00\", \"cumulative_comments\": 135.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-21T00:00:00+00:00\", \"cumulative_comments\": 135.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-22T00:00:00+00:00\", \"cumulative_comments\": 136.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-23T00:00:00+00:00\", \"cumulative_comments\": 136.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-24T00:00:00+00:00\", \"cumulative_comments\": 137.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-25T00:00:00+00:00\", \"cumulative_comments\": 137.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-26T00:00:00+00:00\", \"cumulative_comments\": 138.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-27T00:00:00+00:00\", \"cumulative_comments\": 139.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-02-28T00:00:00+00:00\", \"cumulative_comments\": 141.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-01T00:00:00+00:00\", \"cumulative_comments\": 143.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-02T00:00:00+00:00\", \"cumulative_comments\": 145.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-03T00:00:00+00:00\", \"cumulative_comments\": 145.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-04T00:00:00+00:00\", \"cumulative_comments\": 146.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-05T00:00:00+00:00\", \"cumulative_comments\": 146.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-06T00:00:00+00:00\", \"cumulative_comments\": 147.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-07T00:00:00+00:00\", \"cumulative_comments\": 147.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-08T00:00:00+00:00\", \"cumulative_comments\": 148.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-09T00:00:00+00:00\", \"cumulative_comments\": 148.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-10T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-11T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-12T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-13T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-14T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-15T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-16T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-17T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-18T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-19T00:00:00+00:00\", \"cumulative_comments\": 149.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-20T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-21T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-22T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-23T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-24T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-25T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-26T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-27T00:00:00+00:00\", \"cumulative_comments\": 152.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-28T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-29T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-30T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-03-31T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-01T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-02T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-03T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-04T00:00:00+00:00\", \"cumulative_comments\": 153.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-05T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-06T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-07T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-08T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-09T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-10T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-11T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-12T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-13T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-14T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-15T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-16T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-17T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-18T00:00:00+00:00\", \"cumulative_comments\": 156.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-19T00:00:00+00:00\", \"cumulative_comments\": 156.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-20T00:00:00+00:00\", \"cumulative_comments\": 157.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-21T00:00:00+00:00\", \"cumulative_comments\": 157.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-22T00:00:00+00:00\", \"cumulative_comments\": 157.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-23T00:00:00+00:00\", \"cumulative_comments\": 158.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-24T00:00:00+00:00\", \"cumulative_comments\": 158.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-25T00:00:00+00:00\", \"cumulative_comments\": 159.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-26T00:00:00+00:00\", \"cumulative_comments\": 159.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-27T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-28T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-29T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-04-30T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-01T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-02T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-03T00:00:00+00:00\", \"cumulative_comments\": 161.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-04T00:00:00+00:00\", \"cumulative_comments\": 161.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-05T00:00:00+00:00\", \"cumulative_comments\": 162.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-06T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-07T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-08T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-09T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-10T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-11T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-12T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-13T00:00:00+00:00\", \"cumulative_comments\": 165.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-14T00:00:00+00:00\", \"cumulative_comments\": 165.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-15T00:00:00+00:00\", \"cumulative_comments\": 166.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-16T00:00:00+00:00\", \"cumulative_comments\": 167.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-17T00:00:00+00:00\", \"cumulative_comments\": 168.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-18T00:00:00+00:00\", \"cumulative_comments\": 169.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-19T00:00:00+00:00\", \"cumulative_comments\": 170.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-20T00:00:00+00:00\", \"cumulative_comments\": 171.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-21T00:00:00+00:00\", \"cumulative_comments\": 172.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-22T00:00:00+00:00\", \"cumulative_comments\": 172.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-23T00:00:00+00:00\", \"cumulative_comments\": 173.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-24T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-25T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-26T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-27T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-28T00:00:00+00:00\", \"cumulative_comments\": 175.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-29T00:00:00+00:00\", \"cumulative_comments\": 175.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-30T00:00:00+00:00\", \"cumulative_comments\": 175.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-05-31T00:00:00+00:00\", \"cumulative_comments\": 176.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-06-01T00:00:00+00:00\", \"cumulative_comments\": 177.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-06-02T00:00:00+00:00\", \"cumulative_comments\": 177.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-06-03T00:00:00+00:00\", \"cumulative_comments\": 178.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-06-04T00:00:00+00:00\", \"cumulative_comments\": 178.0}, {\"interaction_type\": \"discussions\", \"interaction_createdAt\": \"2023-06-05T00:00:00+00:00\", \"cumulative_comments\": 179.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-21T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-22T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-23T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-24T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-25T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-26T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-27T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-28T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-29T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-06-30T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-01T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-02T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-03T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-04T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-05T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-06T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-07T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-08T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-09T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-10T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-11T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-12T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-13T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-14T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-15T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-16T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-17T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-18T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-21T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-22T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-23T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-24T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-25T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-26T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-27T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-28T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-29T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-07-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-19T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-20T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-21T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-22T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-23T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-24T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-25T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-26T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-27T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-28T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-29T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-30T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-08-31T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-01T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-02T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-03T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-04T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-05T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-06T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-07T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-08T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-09T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-10T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-11T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-12T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-13T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-14T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-15T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-16T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-17T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-18T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-19T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-20T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-21T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-22T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-23T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-24T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-25T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-26T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-27T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-28T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-29T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-09-30T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-01T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-02T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-03T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-04T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-05T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-06T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-07T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-08T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-09T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-10T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-11T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-12T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-13T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-14T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-15T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-16T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-17T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-18T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-19T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-20T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-21T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-22T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-23T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-24T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-25T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-26T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-27T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-28T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-29T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-30T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-10-31T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-01T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-02T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-03T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-04T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-05T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-06T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-07T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-08T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-09T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-10T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-11T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-12T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-13T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-14T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-15T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-16T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-17T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-18T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-19T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-20T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-21T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-22T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-23T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-24T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-25T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-26T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-27T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-28T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-29T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-11-30T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-01T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-02T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-03T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-04T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-05T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-06T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-07T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-08T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-09T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-10T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-11T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-12T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-13T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-14T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-15T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-16T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-17T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-18T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-19T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-20T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-21T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-22T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-23T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-24T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-25T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-26T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-27T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-28T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-29T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-30T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2020-12-31T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-01T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-02T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-03T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-04T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-05T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-06T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-07T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-08T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-09T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-10T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-11T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-12T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-13T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-14T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-15T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-16T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-17T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-18T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-19T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-20T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-21T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-22T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-23T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-24T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-25T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-26T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-27T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-28T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-29T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-30T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-01-31T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-01T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-02T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-03T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-04T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-05T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-06T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-07T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-08T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-09T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-10T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-11T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-12T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-13T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-14T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-15T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-16T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-17T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-18T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-19T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-20T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-21T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-22T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-23T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-24T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-25T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-26T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-27T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-02-28T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-01T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-02T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-03T00:00:00+00:00\", \"cumulative_comments\": 26.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-04T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-05T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-06T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-07T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-08T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-09T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-10T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-11T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-12T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-13T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-14T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-15T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-16T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-17T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-18T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-19T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-20T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-21T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-22T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-23T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-24T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-25T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-26T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-27T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-28T00:00:00+00:00\", \"cumulative_comments\": 33.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-03-31T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-04-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-05-31T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-06-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-07-31T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-08-31T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-09-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-04T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-05T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-06T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-07T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-08T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-11T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-12T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-13T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-14T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-15T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-16T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-17T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-18T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-19T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-20T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-21T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-22T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-23T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-24T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-25T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-26T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-27T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-28T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-29T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-30T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-10-31T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-01T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-02T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-03T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-04T00:00:00+00:00\", \"cumulative_comments\": 35.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-05T00:00:00+00:00\", \"cumulative_comments\": 37.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-06T00:00:00+00:00\", \"cumulative_comments\": 38.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-07T00:00:00+00:00\", \"cumulative_comments\": 39.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-08T00:00:00+00:00\", \"cumulative_comments\": 39.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-09T00:00:00+00:00\", \"cumulative_comments\": 40.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-10T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-11T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-12T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-13T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-14T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-15T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-16T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-17T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-18T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-19T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-20T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-21T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-22T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-23T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-24T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-25T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-26T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-27T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-28T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-29T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-11-30T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-01T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-02T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-03T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-04T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-05T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-06T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-07T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-08T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-09T00:00:00+00:00\", \"cumulative_comments\": 47.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-10T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-11T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-12T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-13T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-14T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-15T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-16T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-17T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-18T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-19T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-20T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-21T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-22T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-23T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-24T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-25T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-26T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-27T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-28T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-29T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-30T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2021-12-31T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-01T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-02T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-03T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-04T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-05T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-06T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-07T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-08T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-09T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-10T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-11T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-12T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-13T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-14T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-15T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-16T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-17T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-18T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-19T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-20T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-21T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-22T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-23T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-24T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-25T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-26T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-27T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-28T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-29T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-30T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-01-31T00:00:00+00:00\", \"cumulative_comments\": 51.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-01T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-02T00:00:00+00:00\", \"cumulative_comments\": 55.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-03T00:00:00+00:00\", \"cumulative_comments\": 58.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-04T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-05T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-06T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-07T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-08T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-09T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-10T00:00:00+00:00\", \"cumulative_comments\": 61.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-11T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-12T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-13T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-14T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-15T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-16T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-17T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-18T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-19T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-20T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-21T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-22T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-23T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-24T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-25T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-26T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-27T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-02-28T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-01T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-02T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-03T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-04T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-05T00:00:00+00:00\", \"cumulative_comments\": 63.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-06T00:00:00+00:00\", \"cumulative_comments\": 63.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-07T00:00:00+00:00\", \"cumulative_comments\": 64.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-08T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-09T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-10T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-11T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-12T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-13T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-14T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-15T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-16T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-17T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-18T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-19T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-20T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-21T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-22T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-23T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-24T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-25T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-26T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-27T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-28T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-29T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-30T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-03-31T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-01T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-02T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-03T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-04T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-05T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-06T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-07T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-08T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-09T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-10T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-11T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-12T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-13T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-14T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-15T00:00:00+00:00\", \"cumulative_comments\": 71.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-16T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-17T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-18T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-19T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-20T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-21T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-22T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-23T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-24T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-25T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-26T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-27T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-28T00:00:00+00:00\", \"cumulative_comments\": 72.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-29T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-04-30T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-01T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-02T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-03T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-04T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-05T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-06T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-07T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-08T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-09T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-10T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-11T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-12T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-13T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-14T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-15T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-16T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-17T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-18T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-19T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-20T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-21T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-22T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-23T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-24T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-25T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-26T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-27T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-28T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-29T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-30T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-05-31T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-01T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-02T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-03T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-04T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-05T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-06T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-07T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-08T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-09T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-10T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-11T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-12T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-13T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-14T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-15T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-16T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-17T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-18T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-19T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-20T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-21T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-22T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-23T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-24T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-25T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-26T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-27T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-28T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-29T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-06-30T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-01T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-02T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-03T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-04T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-05T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-06T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-07T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-08T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-09T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-10T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-11T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-12T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-13T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-14T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-15T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-16T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-17T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-18T00:00:00+00:00\", \"cumulative_comments\": 83.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-19T00:00:00+00:00\", \"cumulative_comments\": 83.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-20T00:00:00+00:00\", \"cumulative_comments\": 84.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-21T00:00:00+00:00\", \"cumulative_comments\": 84.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-22T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-23T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-24T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-25T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-26T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-27T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-28T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-29T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-30T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-07-31T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-01T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-02T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-03T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-04T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-05T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-06T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-07T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-08T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-09T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-10T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-11T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-12T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-13T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-14T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-15T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-16T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-17T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-18T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-19T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-20T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-21T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-22T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-23T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-24T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-25T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-26T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-27T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-28T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-29T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-30T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-08-31T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-01T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-02T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-03T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-04T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-05T00:00:00+00:00\", \"cumulative_comments\": 93.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-06T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-07T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-08T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-09T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-10T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-11T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-12T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-13T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-14T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-15T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-16T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-17T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-18T00:00:00+00:00\", \"cumulative_comments\": 96.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-19T00:00:00+00:00\", \"cumulative_comments\": 97.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-20T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-21T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-22T00:00:00+00:00\", \"cumulative_comments\": 98.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-23T00:00:00+00:00\", \"cumulative_comments\": 99.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-24T00:00:00+00:00\", \"cumulative_comments\": 100.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-25T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-26T00:00:00+00:00\", \"cumulative_comments\": 101.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-27T00:00:00+00:00\", \"cumulative_comments\": 102.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-28T00:00:00+00:00\", \"cumulative_comments\": 102.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-29T00:00:00+00:00\", \"cumulative_comments\": 104.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-09-30T00:00:00+00:00\", \"cumulative_comments\": 105.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-01T00:00:00+00:00\", \"cumulative_comments\": 105.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-02T00:00:00+00:00\", \"cumulative_comments\": 106.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-03T00:00:00+00:00\", \"cumulative_comments\": 106.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-04T00:00:00+00:00\", \"cumulative_comments\": 106.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-05T00:00:00+00:00\", \"cumulative_comments\": 106.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-06T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-07T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-08T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-09T00:00:00+00:00\", \"cumulative_comments\": 107.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-10T00:00:00+00:00\", \"cumulative_comments\": 108.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-11T00:00:00+00:00\", \"cumulative_comments\": 109.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-12T00:00:00+00:00\", \"cumulative_comments\": 110.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-13T00:00:00+00:00\", \"cumulative_comments\": 111.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-14T00:00:00+00:00\", \"cumulative_comments\": 111.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-15T00:00:00+00:00\", \"cumulative_comments\": 111.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-16T00:00:00+00:00\", \"cumulative_comments\": 112.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-17T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-18T00:00:00+00:00\", \"cumulative_comments\": 113.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-19T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-20T00:00:00+00:00\", \"cumulative_comments\": 114.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-21T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-22T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-23T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-24T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-25T00:00:00+00:00\", \"cumulative_comments\": 115.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-26T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-27T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-28T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-29T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-30T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-10-31T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-01T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-02T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-03T00:00:00+00:00\", \"cumulative_comments\": 116.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-04T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-05T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-06T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-07T00:00:00+00:00\", \"cumulative_comments\": 117.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-08T00:00:00+00:00\", \"cumulative_comments\": 118.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-09T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-10T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-11T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-12T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-13T00:00:00+00:00\", \"cumulative_comments\": 119.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-14T00:00:00+00:00\", \"cumulative_comments\": 120.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-15T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-16T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-17T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-18T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-19T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-20T00:00:00+00:00\", \"cumulative_comments\": 121.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-21T00:00:00+00:00\", \"cumulative_comments\": 122.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-22T00:00:00+00:00\", \"cumulative_comments\": 124.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-23T00:00:00+00:00\", \"cumulative_comments\": 126.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-24T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-25T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-26T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-27T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-28T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-29T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-11-30T00:00:00+00:00\", \"cumulative_comments\": 127.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-01T00:00:00+00:00\", \"cumulative_comments\": 128.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-02T00:00:00+00:00\", \"cumulative_comments\": 129.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-03T00:00:00+00:00\", \"cumulative_comments\": 129.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-04T00:00:00+00:00\", \"cumulative_comments\": 129.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-05T00:00:00+00:00\", \"cumulative_comments\": 129.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-06T00:00:00+00:00\", \"cumulative_comments\": 130.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-07T00:00:00+00:00\", \"cumulative_comments\": 130.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-08T00:00:00+00:00\", \"cumulative_comments\": 130.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-09T00:00:00+00:00\", \"cumulative_comments\": 132.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-10T00:00:00+00:00\", \"cumulative_comments\": 133.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-11T00:00:00+00:00\", \"cumulative_comments\": 134.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-12T00:00:00+00:00\", \"cumulative_comments\": 136.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-13T00:00:00+00:00\", \"cumulative_comments\": 139.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-14T00:00:00+00:00\", \"cumulative_comments\": 140.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-15T00:00:00+00:00\", \"cumulative_comments\": 141.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-16T00:00:00+00:00\", \"cumulative_comments\": 142.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-17T00:00:00+00:00\", \"cumulative_comments\": 144.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-18T00:00:00+00:00\", \"cumulative_comments\": 146.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-19T00:00:00+00:00\", \"cumulative_comments\": 146.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-20T00:00:00+00:00\", \"cumulative_comments\": 147.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-21T00:00:00+00:00\", \"cumulative_comments\": 148.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-22T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-23T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-24T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-25T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-26T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-27T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-28T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-29T00:00:00+00:00\", \"cumulative_comments\": 150.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-30T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2022-12-31T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-01T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-02T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-03T00:00:00+00:00\", \"cumulative_comments\": 151.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-04T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-05T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-06T00:00:00+00:00\", \"cumulative_comments\": 154.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-07T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-08T00:00:00+00:00\", \"cumulative_comments\": 155.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-09T00:00:00+00:00\", \"cumulative_comments\": 156.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-10T00:00:00+00:00\", \"cumulative_comments\": 156.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-11T00:00:00+00:00\", \"cumulative_comments\": 158.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-12T00:00:00+00:00\", \"cumulative_comments\": 160.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-13T00:00:00+00:00\", \"cumulative_comments\": 162.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-14T00:00:00+00:00\", \"cumulative_comments\": 162.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-15T00:00:00+00:00\", \"cumulative_comments\": 163.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-16T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-17T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-18T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-19T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-20T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-21T00:00:00+00:00\", \"cumulative_comments\": 164.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-22T00:00:00+00:00\", \"cumulative_comments\": 165.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-23T00:00:00+00:00\", \"cumulative_comments\": 166.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-24T00:00:00+00:00\", \"cumulative_comments\": 168.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-25T00:00:00+00:00\", \"cumulative_comments\": 171.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-26T00:00:00+00:00\", \"cumulative_comments\": 172.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-27T00:00:00+00:00\", \"cumulative_comments\": 173.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-28T00:00:00+00:00\", \"cumulative_comments\": 173.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-29T00:00:00+00:00\", \"cumulative_comments\": 173.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-30T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-01-31T00:00:00+00:00\", \"cumulative_comments\": 174.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-01T00:00:00+00:00\", \"cumulative_comments\": 176.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-02T00:00:00+00:00\", \"cumulative_comments\": 179.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-03T00:00:00+00:00\", \"cumulative_comments\": 179.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-04T00:00:00+00:00\", \"cumulative_comments\": 180.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-05T00:00:00+00:00\", \"cumulative_comments\": 180.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-06T00:00:00+00:00\", \"cumulative_comments\": 181.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-07T00:00:00+00:00\", \"cumulative_comments\": 181.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-08T00:00:00+00:00\", \"cumulative_comments\": 182.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-09T00:00:00+00:00\", \"cumulative_comments\": 183.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-10T00:00:00+00:00\", \"cumulative_comments\": 183.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-11T00:00:00+00:00\", \"cumulative_comments\": 183.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-12T00:00:00+00:00\", \"cumulative_comments\": 183.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-13T00:00:00+00:00\", \"cumulative_comments\": 184.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-14T00:00:00+00:00\", \"cumulative_comments\": 185.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-15T00:00:00+00:00\", \"cumulative_comments\": 188.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-16T00:00:00+00:00\", \"cumulative_comments\": 192.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-17T00:00:00+00:00\", \"cumulative_comments\": 193.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-18T00:00:00+00:00\", \"cumulative_comments\": 194.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-19T00:00:00+00:00\", \"cumulative_comments\": 194.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-20T00:00:00+00:00\", \"cumulative_comments\": 195.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-21T00:00:00+00:00\", \"cumulative_comments\": 197.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-22T00:00:00+00:00\", \"cumulative_comments\": 199.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-23T00:00:00+00:00\", \"cumulative_comments\": 201.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-24T00:00:00+00:00\", \"cumulative_comments\": 202.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-25T00:00:00+00:00\", \"cumulative_comments\": 202.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-26T00:00:00+00:00\", \"cumulative_comments\": 203.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-27T00:00:00+00:00\", \"cumulative_comments\": 203.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-02-28T00:00:00+00:00\", \"cumulative_comments\": 204.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-01T00:00:00+00:00\", \"cumulative_comments\": 207.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-02T00:00:00+00:00\", \"cumulative_comments\": 207.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-03T00:00:00+00:00\", \"cumulative_comments\": 208.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-04T00:00:00+00:00\", \"cumulative_comments\": 208.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-05T00:00:00+00:00\", \"cumulative_comments\": 209.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-06T00:00:00+00:00\", \"cumulative_comments\": 210.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-07T00:00:00+00:00\", \"cumulative_comments\": 210.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-08T00:00:00+00:00\", \"cumulative_comments\": 211.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-09T00:00:00+00:00\", \"cumulative_comments\": 213.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-10T00:00:00+00:00\", \"cumulative_comments\": 215.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-11T00:00:00+00:00\", \"cumulative_comments\": 217.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-12T00:00:00+00:00\", \"cumulative_comments\": 218.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-13T00:00:00+00:00\", \"cumulative_comments\": 219.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-14T00:00:00+00:00\", \"cumulative_comments\": 220.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-15T00:00:00+00:00\", \"cumulative_comments\": 220.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-16T00:00:00+00:00\", \"cumulative_comments\": 221.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-17T00:00:00+00:00\", \"cumulative_comments\": 222.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-18T00:00:00+00:00\", \"cumulative_comments\": 222.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-19T00:00:00+00:00\", \"cumulative_comments\": 222.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-20T00:00:00+00:00\", \"cumulative_comments\": 223.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-21T00:00:00+00:00\", \"cumulative_comments\": 223.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-22T00:00:00+00:00\", \"cumulative_comments\": 224.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-23T00:00:00+00:00\", \"cumulative_comments\": 224.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-24T00:00:00+00:00\", \"cumulative_comments\": 224.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-25T00:00:00+00:00\", \"cumulative_comments\": 224.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-26T00:00:00+00:00\", \"cumulative_comments\": 224.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-27T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-28T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-29T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-30T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-03-31T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-01T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-02T00:00:00+00:00\", \"cumulative_comments\": 225.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-03T00:00:00+00:00\", \"cumulative_comments\": 226.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-04T00:00:00+00:00\", \"cumulative_comments\": 227.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-05T00:00:00+00:00\", \"cumulative_comments\": 227.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-06T00:00:00+00:00\", \"cumulative_comments\": 227.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-07T00:00:00+00:00\", \"cumulative_comments\": 227.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-08T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-09T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-10T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-11T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-12T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-13T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-14T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-15T00:00:00+00:00\", \"cumulative_comments\": 228.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-16T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-17T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-18T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-19T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-20T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-21T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-22T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-23T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-24T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-25T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-26T00:00:00+00:00\", \"cumulative_comments\": 229.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-27T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-28T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-29T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-04-30T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-01T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-02T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-03T00:00:00+00:00\", \"cumulative_comments\": 230.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-04T00:00:00+00:00\", \"cumulative_comments\": 231.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-05T00:00:00+00:00\", \"cumulative_comments\": 232.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-06T00:00:00+00:00\", \"cumulative_comments\": 235.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-07T00:00:00+00:00\", \"cumulative_comments\": 238.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-08T00:00:00+00:00\", \"cumulative_comments\": 238.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-09T00:00:00+00:00\", \"cumulative_comments\": 239.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-10T00:00:00+00:00\", \"cumulative_comments\": 239.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-11T00:00:00+00:00\", \"cumulative_comments\": 240.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-12T00:00:00+00:00\", \"cumulative_comments\": 240.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-13T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-14T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-15T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-16T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-17T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-18T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-19T00:00:00+00:00\", \"cumulative_comments\": 241.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-20T00:00:00+00:00\", \"cumulative_comments\": 242.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-21T00:00:00+00:00\", \"cumulative_comments\": 242.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-22T00:00:00+00:00\", \"cumulative_comments\": 243.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-23T00:00:00+00:00\", \"cumulative_comments\": 243.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-24T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-25T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-26T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-27T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-28T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-29T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-30T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-05-31T00:00:00+00:00\", \"cumulative_comments\": 244.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-06-01T00:00:00+00:00\", \"cumulative_comments\": 245.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-06-02T00:00:00+00:00\", \"cumulative_comments\": 246.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-06-03T00:00:00+00:00\", \"cumulative_comments\": 249.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-06-04T00:00:00+00:00\", \"cumulative_comments\": 251.0}, {\"interaction_type\": \"issues\", \"interaction_createdAt\": \"2023-06-05T00:00:00+00:00\", \"cumulative_comments\": 252.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-17T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-18T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-21T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-22T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-23T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-24T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-25T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-26T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-27T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-28T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-29T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-30T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-03-31T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-01T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-02T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-03T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-04T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-05T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-06T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-07T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-08T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-09T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-10T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-11T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-12T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-13T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-14T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-15T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-16T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-17T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-18T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-21T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-22T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-23T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-24T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-25T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-26T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-27T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-28T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-29T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-04-30T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-01T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-02T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-03T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-04T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-05T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-06T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-07T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-08T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-09T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-10T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-11T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-12T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-13T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-14T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-15T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-16T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-17T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-18T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-19T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-20T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-21T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-22T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-23T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-24T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-25T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-26T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-27T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-28T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-29T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-30T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-05-31T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-01T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-02T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-03T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-04T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-05T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-06T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-07T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-08T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-09T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-10T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-11T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-12T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-13T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-14T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-15T00:00:00+00:00\", \"cumulative_comments\": 1.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-06-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-07-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-08-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-09-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-10-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-11-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2021-12-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-11T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-12T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-13T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-14T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-15T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-16T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-17T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-18T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-19T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-20T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-21T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-22T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-23T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-24T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-25T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-26T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-27T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-28T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-29T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-30T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-01-31T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-01T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-02T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-03T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-04T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-05T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-06T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-07T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-08T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-09T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-10T00:00:00+00:00\", \"cumulative_comments\": 2.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-11T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-12T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-13T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-14T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-15T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-16T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-17T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-18T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-19T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-20T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-21T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-22T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-23T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-24T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-25T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-26T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-27T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-02-28T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-01T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-02T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-03T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-04T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-05T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-06T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-07T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-08T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-09T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-10T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-11T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-12T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-13T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-14T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-15T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-16T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-17T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-18T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-19T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-20T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-21T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-22T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-23T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-24T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-25T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-26T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-27T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-28T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-29T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-30T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-03-31T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-01T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-02T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-03T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-04T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-05T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-06T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-07T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-08T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-09T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-10T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-11T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-12T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-13T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-14T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-15T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-16T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-17T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-18T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-19T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-20T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-21T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-22T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-23T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-24T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-25T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-26T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-27T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-28T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-29T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-04-30T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-01T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-02T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-03T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-04T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-05T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-06T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-07T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-08T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-09T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-10T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-11T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-12T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-13T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-14T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-15T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-16T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-17T00:00:00+00:00\", \"cumulative_comments\": 3.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-18T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-19T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-20T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-21T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-22T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-23T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-24T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-25T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-26T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-27T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-28T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-29T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-30T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-05-31T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-01T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-02T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-03T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-04T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-05T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-06T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-07T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-08T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-09T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-10T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-11T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-12T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-13T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-14T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-15T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-16T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-17T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-18T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-19T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-20T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-21T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-22T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-23T00:00:00+00:00\", \"cumulative_comments\": 4.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-24T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-25T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-26T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-27T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-28T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-29T00:00:00+00:00\", \"cumulative_comments\": 5.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-06-30T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-01T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-02T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-03T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-04T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-05T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-06T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-07T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-08T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-09T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-10T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-11T00:00:00+00:00\", \"cumulative_comments\": 6.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-12T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-13T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-14T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-15T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-16T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-17T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-18T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-19T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-20T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-21T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-22T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-23T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-24T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-25T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-26T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-27T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-28T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-29T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-30T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-07-31T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-01T00:00:00+00:00\", \"cumulative_comments\": 7.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-02T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-03T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-04T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-05T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-06T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-07T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-08T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-09T00:00:00+00:00\", \"cumulative_comments\": 8.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-10T00:00:00+00:00\", \"cumulative_comments\": 9.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-11T00:00:00+00:00\", \"cumulative_comments\": 10.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-12T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-13T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-14T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-15T00:00:00+00:00\", \"cumulative_comments\": 11.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-16T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-17T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-18T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-19T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-20T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-21T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-22T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-23T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-24T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-25T00:00:00+00:00\", \"cumulative_comments\": 12.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-26T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-27T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-28T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-29T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-30T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-08-31T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-01T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-02T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-03T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-04T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-05T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-06T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-07T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-08T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-09T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-10T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-11T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-12T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-13T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-14T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-15T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-16T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-17T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-18T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-19T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-20T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-21T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-22T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-23T00:00:00+00:00\", \"cumulative_comments\": 13.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-24T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-25T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-26T00:00:00+00:00\", \"cumulative_comments\": 14.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-27T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-28T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-29T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-09-30T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-01T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-02T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-03T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-04T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-05T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-06T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-07T00:00:00+00:00\", \"cumulative_comments\": 15.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-08T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-09T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-10T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-11T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-12T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-13T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-14T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-15T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-16T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-17T00:00:00+00:00\", \"cumulative_comments\": 16.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-18T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-19T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-20T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-21T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-22T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-23T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-24T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-25T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-26T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-27T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-28T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-29T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-30T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-10-31T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-01T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-02T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-03T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-04T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-05T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-06T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-07T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-08T00:00:00+00:00\", \"cumulative_comments\": 17.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-09T00:00:00+00:00\", \"cumulative_comments\": 18.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-10T00:00:00+00:00\", \"cumulative_comments\": 19.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-11T00:00:00+00:00\", \"cumulative_comments\": 20.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-12T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-13T00:00:00+00:00\", \"cumulative_comments\": 21.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-14T00:00:00+00:00\", \"cumulative_comments\": 22.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-15T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-16T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-17T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-18T00:00:00+00:00\", \"cumulative_comments\": 23.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-19T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-20T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-21T00:00:00+00:00\", \"cumulative_comments\": 24.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-22T00:00:00+00:00\", \"cumulative_comments\": 25.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-23T00:00:00+00:00\", \"cumulative_comments\": 28.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-24T00:00:00+00:00\", \"cumulative_comments\": 29.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-25T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-26T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-27T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-28T00:00:00+00:00\", \"cumulative_comments\": 30.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-29T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-11-30T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-01T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-02T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-03T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-04T00:00:00+00:00\", \"cumulative_comments\": 31.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-05T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-06T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-07T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-08T00:00:00+00:00\", \"cumulative_comments\": 32.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-09T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-10T00:00:00+00:00\", \"cumulative_comments\": 34.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-11T00:00:00+00:00\", \"cumulative_comments\": 35.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-12T00:00:00+00:00\", \"cumulative_comments\": 35.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-13T00:00:00+00:00\", \"cumulative_comments\": 36.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-14T00:00:00+00:00\", \"cumulative_comments\": 37.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-15T00:00:00+00:00\", \"cumulative_comments\": 38.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-16T00:00:00+00:00\", \"cumulative_comments\": 39.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-17T00:00:00+00:00\", \"cumulative_comments\": 40.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-18T00:00:00+00:00\", \"cumulative_comments\": 41.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-19T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-20T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-21T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-22T00:00:00+00:00\", \"cumulative_comments\": 42.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-23T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-24T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-25T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-26T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-27T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-28T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-29T00:00:00+00:00\", \"cumulative_comments\": 43.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-30T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2022-12-31T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-01T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-02T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-03T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-04T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-05T00:00:00+00:00\", \"cumulative_comments\": 44.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-06T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-07T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-08T00:00:00+00:00\", \"cumulative_comments\": 45.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-09T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-10T00:00:00+00:00\", \"cumulative_comments\": 46.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-11T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-12T00:00:00+00:00\", \"cumulative_comments\": 48.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-13T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-14T00:00:00+00:00\", \"cumulative_comments\": 49.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-15T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-16T00:00:00+00:00\", \"cumulative_comments\": 50.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-17T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-18T00:00:00+00:00\", \"cumulative_comments\": 53.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-19T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-20T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-21T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-22T00:00:00+00:00\", \"cumulative_comments\": 54.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-23T00:00:00+00:00\", \"cumulative_comments\": 55.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-24T00:00:00+00:00\", \"cumulative_comments\": 56.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-25T00:00:00+00:00\", \"cumulative_comments\": 57.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-26T00:00:00+00:00\", \"cumulative_comments\": 58.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-27T00:00:00+00:00\", \"cumulative_comments\": 59.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-28T00:00:00+00:00\", \"cumulative_comments\": 59.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-29T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-30T00:00:00+00:00\", \"cumulative_comments\": 60.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-01-31T00:00:00+00:00\", \"cumulative_comments\": 61.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-01T00:00:00+00:00\", \"cumulative_comments\": 62.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-02T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-03T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-04T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-05T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-06T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-07T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-08T00:00:00+00:00\", \"cumulative_comments\": 65.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-09T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-10T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-11T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-12T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-13T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-14T00:00:00+00:00\", \"cumulative_comments\": 66.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-15T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-16T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-17T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-18T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-19T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-20T00:00:00+00:00\", \"cumulative_comments\": 67.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-21T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-22T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-23T00:00:00+00:00\", \"cumulative_comments\": 68.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-24T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-25T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-26T00:00:00+00:00\", \"cumulative_comments\": 69.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-27T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-02-28T00:00:00+00:00\", \"cumulative_comments\": 70.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-01T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-02T00:00:00+00:00\", \"cumulative_comments\": 73.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-03T00:00:00+00:00\", \"cumulative_comments\": 74.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-04T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-05T00:00:00+00:00\", \"cumulative_comments\": 75.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-06T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-07T00:00:00+00:00\", \"cumulative_comments\": 76.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-08T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-09T00:00:00+00:00\", \"cumulative_comments\": 77.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-10T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-11T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-12T00:00:00+00:00\", \"cumulative_comments\": 78.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-13T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-14T00:00:00+00:00\", \"cumulative_comments\": 79.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-15T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-16T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-17T00:00:00+00:00\", \"cumulative_comments\": 80.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-18T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-19T00:00:00+00:00\", \"cumulative_comments\": 81.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-20T00:00:00+00:00\", \"cumulative_comments\": 82.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-21T00:00:00+00:00\", \"cumulative_comments\": 84.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-22T00:00:00+00:00\", \"cumulative_comments\": 84.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-23T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-24T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-25T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-26T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-27T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-28T00:00:00+00:00\", \"cumulative_comments\": 85.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-29T00:00:00+00:00\", \"cumulative_comments\": 86.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-30T00:00:00+00:00\", \"cumulative_comments\": 87.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-03-31T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-01T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-02T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-03T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-04T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-05T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-06T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-07T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-08T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-09T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-10T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-11T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-12T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-13T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-14T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-15T00:00:00+00:00\", \"cumulative_comments\": 88.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-16T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-17T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-18T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-19T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-20T00:00:00+00:00\", \"cumulative_comments\": 89.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-21T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-22T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-23T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-24T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-25T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-26T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-27T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-28T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-29T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-04-30T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-01T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-02T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-03T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-04T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-05T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-06T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-07T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-08T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-09T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-10T00:00:00+00:00\", \"cumulative_comments\": 90.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-11T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-12T00:00:00+00:00\", \"cumulative_comments\": 91.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-13T00:00:00+00:00\", \"cumulative_comments\": 92.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-14T00:00:00+00:00\", \"cumulative_comments\": 93.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-15T00:00:00+00:00\", \"cumulative_comments\": 93.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-16T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-17T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-18T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-19T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-20T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-21T00:00:00+00:00\", \"cumulative_comments\": 94.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-22T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-23T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-24T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-25T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-26T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-27T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-28T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-29T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-30T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-05-31T00:00:00+00:00\", \"cumulative_comments\": 95.0}, {\"interaction_type\": \"pullRequests\", \"interaction_createdAt\": \"2023-06-01T00:00:00+00:00\", \"cumulative_comments\": 96.0}]}}"
"{\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-d34ce068d6814da6c4325f665bad2d5b\"}, \"mark\": \"bar\", \"encoding\": {\"color\": {\"condition\": {\"field\": \"Linear Regression MAE\", \"type\": \"quantitative\", \"selection\": \"selector002\"}, \"value\": \"grey\"}, \"tooltip\": [{\"field\": \"Linear Regression MAE\", \"type\": \"quantitative\"}, {\"field\": \"Crop\", \"type\": \"nominal\"}], \"x\": {\"field\": \"Linear Regression MAE\", \"title\": \"MAE\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Crop\", \"type\": \"nominal\"}}, \"selection\": {\"selector002\": {\"type\": \"single\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"datasets\": {\"data-d34ce068d6814da6c4325f665bad2d5b\": [{\"Crop\": \"Asparagus\", \"Linear Regression MAE\": 2.2899743370853805}, {\"Crop\": \"Cabbage\", \"Linear Regression MAE\": 55.178398753473125}, {\"Crop\": \"Carrots\", \"Linear Regression MAE\": 52.91779777128801}, {\"Crop\": \"Cucumbers\", \"Linear Regression MAE\": 0.8703669214707125}, {\"Crop\": \"Onions\", \"Linear Regression MAE\": 60.85323768932992}, {\"Crop\": \"Peppers\", \"Linear Regression MAE\": 8.672056289972536}, {\"Crop\": \"Pumpkins\", \"Linear Regression MAE\": 16.970185732528023}, {\"Crop\": \"Squash\", \"Linear Regression MAE\": 28.487855311775103}, {\"Crop\": \"Tomatoes\", \"Linear Regression MAE\": 34.72785565716669}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Google's stock price over time.\", \"padding\": 5, \"params\": [{\"name\": \"labels\", \"value\": {\"ref1\": \"My first cool Label\", \"ref2\": \"My second cool label\"}}], \"data\": {\"values\": [{\"labelRef\": \"ref1\", \"when\": 1668726000, \"value\": 100}, {\"labelRef\": \"ref1\", \"when\": 1668727000, \"value\": 200}, {\"labelRef\": \"ref1\", \"when\": 1668725000, \"value\": 80}, {\"labelRef\": \"ref2\", \"when\": 1668726000, \"value\": 70}, {\"labelRef\": \"ref2\", \"when\": 1668727000, \"value\": 80}, {\"labelRef\": \"ref2\", \"when\": 1668725000, \"value\": 110}]}, \"mark\": {\"type\": \"line\", \"interpolate\": \"monotone\", \"point\": {\"filled\": false, \"fill\": \"white\"}}, \"encoding\": {\"x\": {\"field\": \"when\", \"type\": \"temporal\", \"title\": \"T\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"V\"}, \"color\": {\"field\": \"labelRef\", \"type\": \"nominal\", \"scale\": {\"range\": [\"green\", \"blue\"]}, \"legend\": {\"title\": \"Test\", \"labelExpr\": \"labels[datum.value]\"}}}, \"title\": \"Foo Bar\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"IMF LENDING OUTSTANDING\", \"subtitle\": \"LOAN_TO_GDP_RATIO,(%),Source:IMF\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/data_IMF_creditversion3.csv\"}, \"transform\": [{\"calculate\": \"datum.TOTAL_BILLION/datum.global_gdp_billion*100\", \"as\": \"loan_to_gdp_ratio\"}], \"height\": 300, \"width\": 300, \"mark\": {\"type\": \"bar\", \"color\": \"rgb(153,206,58)\"}, \"encoding\": {\"x\": {\"field\": \"Date\", \"type\": \"temporal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"loan_to_gdp_ratio\", \"type\": \"quantitative\", \"title\": \"\", \"axis\": {\"grid\": false}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"IMF LENDING OUTSTANDING\", \"subtitle\": \"CREDIT OUTSTANDING TO ALL MENBERS,SDRs(BILLIONS),Source:IMF\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/data_IMF_creditOutstandingNEWversion2.csv\"}, \"transform\": [{\"calculate\": \"datum.Totals/1000000000\", \"as\": \"Totals\"}], \"height\": 300, \"width\": 300, \"mark\": {\"type\": \"bar\", \"color\": \"rgb(153,206,58)\"}, \"encoding\": {\"x\": {\"field\": \"Date\", \"type\": \"temporal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"Totals\", \"type\": \"quantitative\", \"title\": \"\", \"axis\": {\"grid\": false}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Semiconductor production index and Nintendo's hardware sale volumes\", \"subtitle\": [\"The industrial production index refer to the real output of all Semiconductor and Other Electronic Component, located in the United States, regardless of their ownership\", \"Source:https://fred.stlouisfed.org/series/IPG3344S.\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\"}, \"config\": {\"view\": {\"stroke\": \"transparent\"}}, \"width\": 400, \"height\": 300, \"layer\": [{\"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/pjchart5p1.csv\"}, \"mark\": {\"opacity\": 1, \"type\": \"line\", \"size\": 2.7, \"color\": \"#e6224b\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"industrial production (IP) index\", \"type\": \"quantitative\", \"scale\": {\"domain\": [100, 140]}, \"title\": \"industrial production (IP) index\", \"axis\": {\"titleColor\": \"#e6224b\", \"grid\": true}}, \"tooltip\": [{\"field\": \"DATE\", \"title\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"yearmonth\"}, {\"field\": \"industrial production (IP) index\", \"type\": \"quantitative\", \"title\": \"IP index\"}]}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/pjchart5p2.csv\"}, \"transform\": [{\"calculate\": \"datum.total_sales*10\", \"as\": \"sale_volumes\"}], \"mark\": {\"stroke\": \"#122b39 \", \"type\": \"line\", \"size\": 2.3}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"nintendo hardware sales volumes('000)\", \"scale\": {\"domain\": [15000, 30000]}, \"axis\": {\"titleColor\": \"#122b39\"}}, \"tooltip\": [{\"field\": \"date\", \"title\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"year\"}, {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"hardware sales units ('000)\"}]}}], \"resolve\": {\"scale\": {\"y\": \"independent\"}}, \"autosize\": {\"type\": \"pad\", \"contains\": \"padding\", \"resize\": true}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Various US measures state by state\", \"title\": {\"text\": \"NINTENDO's Product Sales and Expenses\", \"subtitle\": [\"figure out relationship between Research and development expenses and nintendo's sale volumes of hardware and software\", \"(hardware includes Switch, OLED Switch, and Switch Lite)\", \"Source:https://www.nintendo.co.jp/ir/en/finance/historical_data/index.html\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/pjcht3.csv\", \"format\": {\"type\": \"csv\"}}, \"transform\": [{\"calculate\": \"datum.total_sales*10\", \"as\": \"sale_volumes\"}], \"vconcat\": [{\"mark\": {\"type\": \"circle\", \"size\": 150, \"color\": \"rgb(0,67,167)\", \"opacity\": 0.6}, \"height\": 300, \"width\": 300, \"encoding\": {\"y\": {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"product sale volumes(units in '000)\"}, \"x\": {\"field\": \"Research_development_expenses(million yen)\", \"type\": \"quantitative\", \"scale\": {\"domain\": [60000, 110000]}, \"title\": \"Research and development expenses(million yen)\"}, \"color\": {\"field\": \"main_products\", \"type\": \"ordinal\", \"scale\": {\"scheme\": \"set1\"}, \"legend\": {\"orient\": \"bottom\"}, \"title\": null}, \"tooltip\": [{\"field\": \"main_products\", \"type\": \"ordinal\", \"title\": \"product type\"}, {\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\", \"timeUnit\": \"year\"}, {\"field\": \"Research_development_expenses(million yen)\", \"type\": \"quantitative\", \"title\": \"Research_expenses/million yen\"}, {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"volumes(units in '000)\"}]}}, {\"title\": {\"text\": \"Compared to Advertising Expense\", \"anchor\": \"start\", \"fontSize\": 11, \"color\": \"#D2691E\"}, \"mark\": {\"type\": \"circle\", \"size\": 150, \"color\": \"rgb(0,67,167)\", \"opacity\": 0.6}, \"height\": 300, \"width\": 300, \"encoding\": {\"y\": {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"product sale volumes(units in '000)\"}, \"x\": {\"field\": \"Advertising_expenses(million yen)\", \"type\": \"quantitative\", \"scale\": {\"domain\": [60000, 110000]}, \"title\": \"Advertising expenses(million yen)\"}, \"color\": {\"field\": \"main_products\", \"type\": \"ordinal\", \"scale\": {\"scheme\": \"set1\"}, \"legend\": {\"orient\": \"bottom\"}, \"title\": null}, \"tooltip\": [{\"field\": \"main_products\", \"type\": \"ordinal\", \"title\": \"product type\"}, {\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\", \"timeUnit\": \"year\"}, {\"field\": \"Advertising_expenses(million yen)\", \"type\": \"quantitative\", \"title\": \"Research_expenses/million yen\"}, {\"field\": \"sale_volumes\", \"type\": \"quantitative\", \"title\": \"volumes(units in '000)\"}]}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"NINTENDO'S Consolidated Statements of Income\", \"subtitle\": [\" Net Sales, GrossProfit Ratio (dark green line) and Operation Profit Ratio(light green line).\", \"Source:https://www.nintendo.co.jp/ir/en/finance/highlight/index.html.\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\"}, \"config\": {\"view\": {\"stroke\": \"transparent\"}}, \"width\": 400, \"height\": 400, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/pjchart1.csv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": \"year\", \"axis\": {\"labelAngle\": 0, \"grid\": false}}, \"tooltip\": [{\"field\": \"date\", \"title\": \"Year\", \"type\": \"temporal\", \"timeUnit\": \"year\"}, {\"field\": \"Net sales\", \"type\": \"quantitative\", \"title\": \"net sales(million yen)\"}, {\"field\": \"Gross profit\", \"type\": \"quantitative\", \"title\": \"Gross profit(million yen)\"}, {\"field\": \"Gross profit ratio\", \"type\": \"quantitative\", \"title\": \"Gross profit ratio\"}, {\"field\": \"Operating profit\", \"type\": \"quantitative\", \"title\": \"Operating profit(million yen)\"}, {\"field\": \"Operating profit ratio\", \"type\": \"quantitative\", \"title\": \"Operating profit ratio\"}]}, \"layer\": [{\"mark\": {\"opacity\": 1, \"type\": \"bar\", \"size\": 8, \"color\": \"#e6224b\"}, \"encoding\": {\"y\": {\"field\": \"Net sales\", \"type\": \"quantitative\", \"title\": \"net sales(million yen)\", \"axis\": {\"titleColor\": \"#e6224b\", \"grid\": true}}}}, {\"mark\": {\"stroke\": \"#008B8B\", \"type\": \"line\", \"size\": 2.3}, \"encoding\": {\"y\": {\"field\": \"Gross profit ratio\", \"type\": \"quantitative\", \"title\": \"Gross/Operating profit ratio\", \"scale\": {\"domain\": [0, 1]}, \"axis\": {\"titleColor\": \"#122b39\", \"grid\": true, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5}}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"title\": \"date\"}, {\"field\": \"Gross profit\", \"type\": \"quantitative\", \"title\": \"Gross profit(million yen)\"}, {\"field\": \"Gross profit ratio\", \"type\": \"quantitative\", \"title\": \"Gross profit ratio\"}]}}, {\"mark\": {\"stroke\": \"#4efa04cd\", \"type\": \"line\", \"size\": 2.3}, \"encoding\": {\"y\": {\"field\": \"Operating profit ratio\", \"type\": \"quantitative\", \"title\": null, \"scale\": {\"domain\": [0, 1]}, \"axis\": {\"titleColor\": \"#122b39\", \"grid\": true, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5}}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"title\": \"date\"}, {\"field\": \"Operating profit\", \"type\": \"quantitative\", \"title\": \"Operating profit(million yen)\"}, {\"field\": \"Operating profit ratio\", \"type\": \"quantitative\", \"title\": \"Operating profit ratio\"}]}}], \"resolve\": {\"scale\": {\"y\": \"independent\"}}, \"autosize\": {\"type\": \"pad\", \"contains\": \"padding\", \"resize\": true}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Energy costs index\", \"height\": 300, \"width\": 300, \"title\": {\"text\": \"Stock Price and Percentage of Price Change amoung 3 Companies\", \"subtitle\": [\"compare nintendo's stock prices / percentage of price changes to figures for sony and microsoft.\", \"source:https://seekingalpha.com/symbol/NTDOY/historical-price-quotes\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"view\": {\"stroke\": \"transparent\"}, \"locale\": {\"number\": {\"decimal\": \".\", \"thousands\": \",\", \"grouping\": [3], \"currency\": [\"\", \" %\"]}}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/pjch6.csv\"}, \"vconcat\": [{\"mark\": {\"type\": \"line\", \"color\": \"#122b39\", \"point\": \"transparent\"}, \"height\": 300, \"width\": 400, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"yearmonth\", \"title\": null, \"axis\": {\"grid\": false, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5, \"offset\": 0, \"domain\": false, \"labelAngle\": -35, \"labelOffset\": 7}}, \"y\": {\"field\": \"closing price_$\", \"type\": \"quantitative\", \"axis\": {\"grid\": true, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5}, \"title\": \"stock_price($)\", \"scale\": {\"domain\": [0, 350]}}, \"color\": {\"field\": \"company\", \"title\": null, \"scale\": {\"scheme\": \"set3\", \"reverse\": true}, \"legend\": {\"orient\": \"top-left\", \"symbolStrokeWidth\": 5, \"labelFontSize\": 10}}, \"tooltip\": [{\"field\": \"company\"}, {\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"title\": \"Year\"}, {\"field\": \"closing price_$\", \"type\": \"quantitative\", \"title\": \"stock closing price($)\"}]}, \"autosize\": {\"type\": \"pad\", \"contains\": \"padding\", \"resize\": true}}, {\"mark\": {\"type\": \"area\", \"line\": true, \"size\": 3, \"color\": \"rgb(0,67,167)\", \"opacity\": 1}, \"height\": 300, \"width\": 400, \"transform\": [{\"filter\": {\"selection\": \"SectorSelector\"}}, {\"filter\": {\"field\": \"company\", \"oneOf\": [\"microsoft\", \"sony\", \"nintendo\"]}}], \"selection\": {\"SectorSelector\": {\"type\": \"single\", \"fields\": [\"company\"], \"bind\": {\"input\": \"select\", \"options\": [null, \"microsoft\", \"sony\", \"nintendo\"], \"name\": \"company name\"}}}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"yearmonth\", \"title\": null, \"axis\": {\"grid\": false, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5, \"offset\": 0, \"domain\": false, \"labelAngle\": -35, \"labelOffset\": 7}}, \"y\": {\"field\": \"percentage of change\", \"type\": \"quantitative\", \"axis\": {\"grid\": true, \"gridOpacity\": 0.6, \"ticks\": false, \"labelPadding\": 5}, \"title\": \"pric change\", \"scale\": {\"domain\": [-0.4, 0.5]}}, \"color\": {\"field\": \"company\", \"title\": null, \"scale\": {\"scheme\": \"set2\", \"reverse\": true}, \"legend\": {\"orient\": \"top-left\", \"symbolStrokeWidth\": 5, \"labelFontSize\": 10}}, \"tooltip\": [{\"field\": \"company\"}, {\"field\": \"date\", \"type\": \"temporal\", \"timeUnit\": \"year\", \"title\": \"Year\"}, {\"field\": \"percentage of change\", \"type\": \"quantitative\", \"title\": \" price change\"}]}, \"autosize\": {\"type\": \"pad\", \"contains\": \"padding\", \"resize\": true}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"County & Major City Crime Statistics\", \"subtitle\": \"%, calculated by 'Crime Rate per 1,000 Residents'. (Source: https://crimerate.co.uk/)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/homework4_version3.csv\"}, \"height\": 300, \"width\": 800, \"mark\": {\"type\": \"bar\", \"color\": \"#f3d24f\"}, \"encoding\": {\"x\": {\"field\": \"County\", \"type\": \"ordinal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"Crime Rate(%)\", \"type\": \"quantitative\", \"title\": \"\", \"axis\": {\"grid\": false}}, \"tooltip\": [{\"field\": \"County\", \"title\": \"city\"}, {\"field\": \"Crime Rate(%)\", \"title\": \"Crime Rate %\", \"format\": \"\"}, {\"field\": \"Recent Crime Count\", \"title\": \"NO.of recent crime\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Commodity Markets Outlook\", \"subtitle\": \"commodity price index, a weighted average of selected commodity prices based on spot or futures prices\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": \"container\", \"height\": 300, \"encoding\": {\"x\": {\"field\": \"commodity\", \"type\": \"ordinal\", \"title\": \"commodity type\"}, \"y\": {\"field\": \"commodity_price_indices\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 200]}, \"title\": \"index\", \"axis\": {\"format\": \"r\"}, \"stack\": true}, \"color\": {\"field\": \"selectedDate\", \"type\": \"ordinal\", \"title\": null, \"legend\": null, \"scale\": {\"scheme\": \"yellowgreenblue\"}}, \"tooltip\": [{\"field\": \"commodity\", \"title\": \"commodity name\"}, {\"field\": \"commodity_price_indices\", \"title\": \"index\", \"format\": \"r\"}]}, \"params\": [{\"name\": \"selectedDate\", \"value\": 2021, \"bind\": {\"input\": \"range\", \"min\": 1960, \"max\": 2021, \"step\": 1, \"name\": \"Select year:\"}}], \"layer\": [{\"data\": {\"url\": \"https://raw.githubusercontent.com/xinyuelu2/xinyuelu2.github.io/main/homework3_version4.json\", \"format\": {\"type\": \"json\"}}, \"transform\": [{\"filter\": \"datum.date==selectedDate\"}], \"mark\": {\"type\": \"bar\"}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 300, \"autosize\": {\"type\": \"fit\", \"contains\": \"padding\"}, \"data\": {\"values\": [{\"a\": \"A\", \"b\": 28}, {\"a\": \"B\", \"b\": 55}, {\"a\": \"C\", \"b\": 43}, {\"a\": \"D\", \"b\": 91}, {\"a\": \"E\", \"b\": 81}, {\"a\": \"F\", \"b\": 53}, {\"a\": \"G\", \"b\": 19}, {\"a\": \"H\", \"b\": 87}, {\"a\": \"I\", \"b\": 52}]}, \"mark\": {\"type\": \"bar\", \"tooltip\": true}, \"encoding\": {\"x\": {\"field\": \"a\", \"type\": \"nominal\"}, \"y\": {\"field\": \"b\", \"type\": \"quantitative\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-YCWD.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Unemployment in ages 16-24 (%)\", \"subtitle\": \"data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"turquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 35]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Unemployment Rate\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/G-xG.csv\"}, \"title\": {\"text\": [\"Distribution of player difference between\", \"Non-Penalty Goals and Expected Goals\"], \"subtitle\": [\"Europe's Top 5 Leagues, all stats normalised per 90mins, data: FBref\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"mark\": {\"type\": \"bar\", \"color\": \"#f4c2c2\"}, \"width\": 400, \"height\": 300, \"encoding\": {\"x\": {\"bin\": {\"maxbins\": 40}, \"field\": \"G-xG\", \"title\": null, \"axis\": {\"format\": \".2f\"}}, \"y\": {\"aggregate\": \"count\", \"title\": null}, \"tooltip\": [{\"field\": \"bin_maxbins_40_G-xG\", \"type\": \"quantitative\", \"title\": \"Bin Min\"}, {\"field\": \"bin_maxbins_40_G-xG_end\", \"type\": \"quantitative\", \"title\": \"Bin Max\"}, {\"field\": \"__count\", \"type\": \"quantitative\", \"title\": \"Count\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Women's Team Performance vs Economic Development\", \"subtitle\": [\"Human Development Index (x), FIFA ranking points (y). 2021 data\", \"Size of points based on popluation\", \"\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/HDIPoints.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#3D76E0\", \"opacity\": 0.8}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0.3, 1]}, \"axis\": {\"grid\": false}, \"title\": [\"\\u27f5 \\u27f6\", \"Less Developed More Developed\"]}, \"y\": {\"field\": \"Womens Points\", \"type\": \"quantitative\", \"scale\": {\"domain\": [300, 2200]}, \"axis\": {\"grid\": false}, \"title\": [\"Worse Team Better Team\", \"\\u27f5 \\u27f6\"]}, \"size\": {\"field\": \"Population\", \"type\": \"quantitative\", \"title\": \"Population\", \"scale\": {\"range\": [10, 800]}, \"legend\": null}, \"tooltip\": [{\"field\": \"Country Name\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"Womens Points\", \"type\": \"quantitative\", \"title\": \"FIFA Ranking Points\", \"format\": \".0f\"}, {\"field\": \"Value\", \"type\": \"quantitative\", \"title\": \"HDI\", \"format\": \".2f\"}, {\"field\": \"Population\", \"type\": \"quantitative\", \"title\": \"Population\", \"format\": \",\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Women's Team Performance vs Gender Equality\"], \"subtitle\": [\"UN Gender Inequality Index (x), Women's FIFA Ranking Points (y).\", \"2021 data, size by population\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/GenderPoints.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#000080\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Gender Inequality Index\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 0.8]}, \"axis\": {\"grid\": false}, \"title\": [\"\\u27f5 \\u27f6\", \"More Equal Less Equal\"]}, \"y\": {\"field\": \"Womens Points\", \"type\": \"quantitative\", \"scale\": {\"domain\": [300, 2200]}, \"axis\": {\"grid\": false}, \"title\": [\"Worse Team Better Team\", \"\\u27f5 \\u27f6\"]}, \"size\": {\"field\": \"YR2021\", \"type\": \"quantitative\", \"title\": \"Prison Rate\", \"scale\": {\"range\": [10, 800]}, \"legend\": null}, \"tooltip\": [{\"field\": \"Country Name\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"Womens Points\", \"type\": \"quantitative\", \"title\": \"Ranking Points\", \"format\": \".0f\"}, {\"field\": \"Gender Inequality Index\", \"type\": \"quantitative\", \"title\": \"Gender Inequality Index\", \"format\": \".2f\"}, {\"field\": \"YR2021\", \"type\": \"quantitative\", \"title\": \"Population\", \"format\": \",\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-JP9Z.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Job Vacancies\", \"subtitle\": \"Thousands, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"darkturquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 1200]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Number of Vacancies\", \"format\": \".0f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-MGRZ.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Number of people in employment\", \"subtitle\": \"Thousands, Aged 16+, seasonally adjusted, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"darkturquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 35000]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Number of people in employment\", \"format\": \".0f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Mohamed Salah Game Logs 2021-22\", \"title\": {\"text\": \"Mohamed Salah Game Log 2021-22 \", \"subtitle\": \"Data from: FBref\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"values\": [{\"Date\": \"2021-08-14\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.2}, {\"Date\": \"2021-08-21\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.4}, {\"Date\": \"2021-08-28\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.7}, {\"Date\": \"2021-09-12\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.3}, {\"Date\": \"2021-09-15\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.8674698795180722}, {\"Date\": \"2021-09-18\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5}, {\"Date\": \"2021-09-25\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.2000000000000002}, {\"Date\": \"2021-09-28\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.5230769230769234}, {\"Date\": \"2021-10-03\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.8999999999999999}, {\"Date\": \"2021-10-16\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.7}, {\"Date\": \"2021-10-19\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.20224719101123598}, {\"Date\": \"2021-10-24\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 2.2}, {\"Date\": \"2021-10-30\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.6}, {\"Date\": \"2021-11-03\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.6}, {\"Date\": \"2021-11-07\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.2}, {\"Date\": \"2021-11-20\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.6}, {\"Date\": \"2021-11-24\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5142857142857142}, {\"Date\": \"2021-11-27\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.9}, {\"Date\": \"2021-12-01\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.1}, {\"Date\": \"2021-12-04\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5056179775280899}, {\"Date\": \"2021-12-07\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.4285714285714286}, {\"Date\": \"2021-12-11\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.7}, {\"Date\": \"2021-12-16\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.9863013698630135}, {\"Date\": \"2021-12-19\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.2}, {\"Date\": \"2021-12-28\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.30000000000000004}, {\"Date\": \"2022-01-02\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.6}, {\"Date\": \"2022-02-10\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 2.3225806451612905}, {\"Date\": \"2022-02-13\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5}, {\"Date\": \"2022-02-16\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.1}, {\"Date\": \"2022-02-19\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.6}, {\"Date\": \"2022-02-23\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.1}, {\"Date\": \"2022-03-05\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.0384615384615385}, {\"Date\": \"2022-03-08\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.0}, {\"Date\": \"2022-03-12\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.9843749999999999}, {\"Date\": \"2022-03-16\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5142857142857142}, {\"Date\": \"2022-04-02\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.1323529411764706}, {\"Date\": \"2022-04-05\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.3499999999999999}, {\"Date\": \"2022-04-10\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.7}, {\"Date\": \"2022-04-13\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.0588235294117647}, {\"Date\": \"2022-04-19\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.7000000000000004}, {\"Date\": \"2022-04-24\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.5}, {\"Date\": \"2022-04-27\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.1}, {\"Date\": \"2022-04-30\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.40909090909090917}, {\"Date\": \"2022-05-03\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.2}, {\"Date\": \"2022-05-07\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.30000000000000004}, {\"Date\": \"2022-05-10\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 0.9473684210526315}, {\"Date\": \"2022-05-22\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 2.7272727272727275}, {\"Date\": \"2022-05-28\", \"Non-Penalty Expected Goals + Expected Assists per 90\": 1.3}]}, \"height\": 300, \"width\": 500, \"mark\": \"bar\", \"encoding\": {\"x\": {\"field\": \"Date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"Non-Penalty Expected Goals + Expected Assists per 90\", \"type\": \"quantitative\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Teams points and expected goal difference\", \"in the 2021-22 Premier League\"], \"subtitle\": [\"Expected Goal Difference (x), Points (y).\", \"Data from Fbref, all stats normalised per game.\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/PLTable1.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#5b92e5\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Expected Goal Difference per Game\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-1, 1.6]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Points per Game\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0.5, 2.6]}, \"axis\": {\"grid\": false}, \"title\": null}, \"tooltip\": [{\"field\": \"Team\", \"type\": \"ordinal\", \"title\": \"Team\"}, {\"field\": \"Points per Game\", \"type\": \"quantitative\", \"title\": \"Points per Game\", \"format\": \".2f\"}, {\"field\": \"Expected Goal Difference per Game\", \"type\": \"quantitative\", \"title\": \"Expected Goal Difference per Game\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Ball Progression and Goal Creation in the 2021-22 Premier League\"], \"subtitle\": [\"Progressive Passes (x), Progressive Carries (y). size by Expected Assists\", \"all stats normalised per 90mins played. min 1500 mins played\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"values\": [{\"Player\": \"Max Aarons\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9375, \"Expected Assists\": 0.04375, \"Progressive Carries\": 5.4375}, {\"Player\": \"Che Adams\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.5418502202643172, \"Expected Assists\": 0.1145374449339207, \"Progressive Carries\": 2.026431718061674}, {\"Player\": \"Rayan Ait Nouri\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.413793103448276, \"Expected Assists\": 0.06403940886699508, \"Progressive Carries\": 5.812807881773399}, {\"Player\": \"Kristoffer Ajer\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3783783783783785, \"Expected Assists\": 0.06306306306306306, \"Progressive Carries\": 3.2882882882882885}, {\"Player\": \"Thiago Alcantara\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 10.294117647058824, \"Expected Assists\": 0.13529411764705881, \"Progressive Carries\": 9.588235294117647}, {\"Player\": \"Trent Alexander-Arnold\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 8.769716088328076, \"Expected Assists\": 0.3533123028391167, \"Progressive Carries\": 4.921135646687698}, {\"Player\": \"Allan\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.362139917695473, \"Expected Assists\": 0.037037037037037035, \"Progressive Carries\": 4.362139917695473}, {\"Player\": \"Miguel Almiron\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9895287958115182, \"Expected Assists\": 0.03664921465968586, \"Progressive Carries\": 4.031413612565444}, {\"Player\": \"Marcos Alonso\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.439834024896265, \"Expected Assists\": 0.19087136929460577, \"Progressive Carries\": 5.1037344398340245}, {\"Player\": \"Daniel Amartey\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5, \"Expected Assists\": 0.00847457627118644, \"Progressive Carries\": 2.542372881355932}, {\"Player\": \"Joachim Andersen\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8703703703703707, \"Expected Assists\": 0.05555555555555556, \"Progressive Carries\": 1.9753086419753088}, {\"Player\": \"Michail Antonio\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.303030303030303, \"Expected Assists\": 0.19999999999999998, \"Progressive Carries\": 4.03030303030303}, {\"Player\": \"Jordan Ayew\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.142857142857143, \"Expected Assists\": 0.10267857142857142, \"Progressive Carries\": 6.517857142857143}, {\"Player\": \"Luke Ayling\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.9603174603174605, \"Expected Assists\": 0.03174603174603175, \"Progressive Carries\": 4.166666666666667}, {\"Player\": \"Cesar Azpilicueta\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.391304347826087, \"Expected Assists\": 0.09130434782608696, \"Progressive Carries\": 6.782608695652174}, {\"Player\": \"Harvey Barnes\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1759656652360513, \"Expected Assists\": 0.17167381974248927, \"Progressive Carries\": 8.49785407725322}, {\"Player\": \"Jan Bednarek\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7465753424657535, \"Expected Assists\": 0.02054794520547945, \"Progressive Carries\": 0.9246575342465754}, {\"Player\": \"Said Benrahma\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5311203319502074, \"Expected Assists\": 0.13278008298755187, \"Progressive Carries\": 5.352697095435684}, {\"Player\": \"Yves Bissouma\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2127659574468086, \"Expected Assists\": 0.03404255319148936, \"Progressive Carries\": 4.340425531914893}, {\"Player\": \"Jarrod Bowen\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6012084592145015, \"Expected Assists\": 0.17220543806646527, \"Progressive Carries\": 3.927492447129909}, {\"Player\": \"Armando Broja\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.8219178082191781, \"Expected Assists\": 0.05936073059360731, \"Progressive Carries\": 3.6073059360730597}, {\"Player\": \"Josh Brownhill\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.804878048780488, \"Expected Assists\": 0.07621951219512196, \"Progressive Carries\": 2.103658536585366}, {\"Player\": \"Emi Buendia\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.118483412322274, \"Expected Assists\": 0.2606635071090047, \"Progressive Carries\": 5.829383886255924}, {\"Player\": \"Joao Cancelo\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 7.632311977715878, \"Expected Assists\": 0.14206128133704735, \"Progressive Carries\": 10.139275766016713}, {\"Player\": \"Sergi Canos\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.333333333333333, \"Expected Assists\": 0.08225108225108224, \"Progressive Carries\": 4.891774891774891}, {\"Player\": \"Matty Cash\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4266666666666667, \"Expected Assists\": 0.050666666666666665, \"Progressive Carries\": 3.9466666666666668}, {\"Player\": \"Timothy Castagne\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.923728813559322, \"Expected Assists\": 0.05508474576271186, \"Progressive Carries\": 3.2203389830508473}, {\"Player\": \"Craig Cathcart\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.5037593984962405, \"Expected Assists\": 0.011278195488721804, \"Progressive Carries\": 0.48872180451127817}, {\"Player\": \"Tom Cleverley\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.388888888888889, \"Expected Assists\": 0.1111111111111111, \"Progressive Carries\": 1.0}, {\"Player\": \"Conor Coady\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.1796246648793567, \"Expected Assists\": 0.0, \"Progressive Carries\": 0.9115281501340483}, {\"Player\": \"Seamus Coleman\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.847457627118644, \"Expected Assists\": 0.03728813559322034, \"Progressive Carries\": 2.9491525423728815}, {\"Player\": \"Nathan Collins\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.419354838709677, \"Expected Assists\": 0.04838709677419355, \"Progressive Carries\": 1.3978494623655913}, {\"Player\": \"Liam Cooper\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1782178217821784, \"Expected Assists\": 0.0049504950495049506, \"Progressive Carries\": 0.9900990099009901}, {\"Player\": \"Jack Cork\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.096774193548387, \"Expected Assists\": 0.005376344086021505, \"Progressive Carries\": 1.6666666666666665}, {\"Player\": \"Maxwel Cornet\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.173469387755102, \"Expected Assists\": 0.07653061224489795, \"Progressive Carries\": 2.6020408163265305}, {\"Player\": \"Vladimir Coufal\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.285714285714286, \"Expected Assists\": 0.09795918367346938, \"Progressive Carries\": 3.795918367346939}, {\"Player\": \"Aaron Cresswell\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.115511551155115, \"Expected Assists\": 0.10561056105610561, \"Progressive Carries\": 3.6303630363036303}, {\"Player\": \"Marc Cucurella\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.102040816326531, \"Expected Assists\": 0.07871720116618076, \"Progressive Carries\": 6.005830903790088}, {\"Player\": \"Stuart Dallas\", \"Pos\": \"Wingback\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9506172839506175, \"Expected Assists\": 0.07407407407407407, \"Progressive Carries\": 4.753086419753086}, {\"Player\": \"Diogo Dalot\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.95, \"Expected Assists\": 0.05, \"Progressive Carries\": 4.9}, {\"Player\": \"Ben Davies\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.1489361702127665, \"Expected Assists\": 0.02127659574468085, \"Progressive Carries\": 6.134751773049645}, {\"Player\": \"Craig Dawson\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4705882352941175, \"Expected Assists\": 0.016339869281045753, \"Progressive Carries\": 1.5686274509803921}, {\"Player\": \"Kevin De Bruyne\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.408163265306122, \"Expected Assists\": 0.3877551020408163, \"Progressive Carries\": 8.36734693877551}, {\"Player\": \"Leander Dendoncker\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7050691244239633, \"Expected Assists\": 0.04608294930875576, \"Progressive Carries\": 1.2903225806451613}, {\"Player\": \"Emmanuel Dennis\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0905923344947737, \"Expected Assists\": 0.11149825783972127, \"Progressive Carries\": 4.878048780487805}, {\"Player\": \"Kiernan Dewsbury-Hall\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.188034188034188, \"Expected Assists\": 0.12820512820512822, \"Progressive Carries\": 6.153846153846154}, {\"Player\": \"Ruben Dias\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9700374531835205, \"Expected Assists\": 0.0898876404494382, \"Progressive Carries\": 8.951310861423222}, {\"Player\": \"Eric Dier\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.727272727272727, \"Expected Assists\": 0.04105571847507331, \"Progressive Carries\": 3.1378299120234603}, {\"Player\": \"Gabriel Dos Santos\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4411764705882355, \"Expected Assists\": 0.023529411764705882, \"Progressive Carries\": 4.235294117647059}, {\"Player\": \"Abdoulaye Doucoure\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.226950354609929, \"Expected Assists\": 0.07801418439716312, \"Progressive Carries\": 3.120567375886525}, {\"Player\": \"Lewis Dunk\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8881118881118881, \"Expected Assists\": 0.006993006993006993, \"Progressive Carries\": 1.4335664335664335}, {\"Player\": \"Odsonne Edouard\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0689655172413794, \"Expected Assists\": 0.13218390804597702, \"Progressive Carries\": 4.080459770114943}, {\"Player\": \"Mohamed Elyounoussi\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.158590308370044, \"Expected Assists\": 0.11013215859030838, \"Progressive Carries\": 4.933920704845815}, {\"Player\": \"Emerson\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.188976377952756, \"Expected Assists\": 0.08267716535433071, \"Progressive Carries\": 4.960629921259843}, {\"Player\": \"Fabinho\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.163424124513619, \"Expected Assists\": 0.054474708171206226, \"Progressive Carries\": 4.124513618677043}, {\"Player\": \"Kiko Femenia\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3193277310924367, \"Expected Assists\": 0.13445378151260504, \"Progressive Carries\": 3.3193277310924367}, {\"Player\": \"Bruno Fernandes\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.664739884393064, \"Expected Assists\": 0.24277456647398843, \"Progressive Carries\": 6.069364161849711}, {\"Player\": \"Junior Firpo\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8947368421052633, \"Expected Assists\": 0.1368421052631579, \"Progressive Carries\": 5.105263157894737}, {\"Player\": \"Phil Foden\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2203389830508473, \"Expected Assists\": 0.2796610169491525, \"Progressive Carries\": 5.5508474576271185}, {\"Player\": \"Pablo Fornals\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.209003215434083, \"Expected Assists\": 0.180064308681672, \"Progressive Carries\": 4.95176848874598}, {\"Player\": \"Adam Forshaw\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.588235294117647, \"Expected Assists\": 0.06470588235294118, \"Progressive Carries\": 2.764705882352941}, {\"Player\": \"Fred\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.8, \"Expected Assists\": 0.08888888888888889, \"Progressive Carries\": 3.2888888888888888}, {\"Player\": \"Conor Gallagher\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9620253164556962, \"Expected Assists\": 0.11075949367088607, \"Progressive Carries\": 3.3227848101265822}, {\"Player\": \"Ben Gibson\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.815884476534296, \"Expected Assists\": 0.0, \"Progressive Carries\": 2.2382671480144407}, {\"Player\": \"Billy Gilmour\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.514563106796116, \"Expected Assists\": 0.0970873786407767, \"Progressive Carries\": 3.8834951456310676}, {\"Player\": \"Ben Godfrey\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7333333333333334, \"Expected Assists\": 0.03111111111111111, \"Progressive Carries\": 1.9111111111111112}, {\"Player\": \"Anthony Gordon\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1653543307086616, \"Expected Assists\": 0.12992125984251968, \"Progressive Carries\": 5.433070866141732}, {\"Player\": \"Demarai Gray\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7307692307692308, \"Expected Assists\": 0.16538461538461538, \"Progressive Carries\": 6.6923076923076925}, {\"Player\": \"Jack Grealish\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8497652582159625, \"Expected Assists\": 0.29577464788732394, \"Progressive Carries\": 13.474178403755868}, {\"Player\": \"Pascal Gross\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.557522123893805, \"Expected Assists\": 0.23451327433628316, \"Progressive Carries\": 4.424778761061947}, {\"Player\": \"Marc Guehi\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.7653631284916202, \"Expected Assists\": 0.013966480446927375, \"Progressive Carries\": 2.7653631284916202}, {\"Player\": \"Ilkay Gundogan\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.077669902912621, \"Expected Assists\": 0.20388349514563106, \"Progressive Carries\": 6.407766990291262}, {\"Player\": \"Grant Hanley\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9006211180124223, \"Expected Assists\": 0.009316770186335402, \"Progressive Carries\": 0.7142857142857142}, {\"Player\": \"Jack Harrison\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.6177474402730376, \"Expected Assists\": 0.08873720136518772, \"Progressive Carries\": 6.996587030716723}, {\"Player\": \"Kai Havertz\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.288557213930348, \"Expected Assists\": 0.09950248756218905, \"Progressive Carries\": 5.621890547263681}, {\"Player\": \"Hwang Hee-chan\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0297029702970297, \"Expected Assists\": 0.08415841584158416, \"Progressive Carries\": 5.198019801980198}, {\"Player\": \"Jordan Henderson\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.0899653979238755, \"Expected Assists\": 0.1314878892733564, \"Progressive Carries\": 4.498269896193772}, {\"Player\": \"Rico Henry\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5324675324675323, \"Expected Assists\": 0.05519480519480519, \"Progressive Carries\": 3.5064935064935066}, {\"Player\": \"Son Heung-min\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2754491017964074, \"Expected Assists\": 0.24251497005988024, \"Progressive Carries\": 5.538922155688623}, {\"Player\": \"Mason Holgate\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6033755274261603, \"Expected Assists\": 0.0042194092827004225, \"Progressive Carries\": 0.8860759493670887}, {\"Player\": \"Pierre Hojbjerg\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.71830985915493, \"Expected Assists\": 0.07042253521126761, \"Progressive Carries\": 4.056338028169014}, {\"Player\": \"Danny Ings\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2796208530805686, \"Expected Assists\": 0.0947867298578199, \"Progressive Carries\": 1.990521327014218}, {\"Player\": \"Alex Iwobi\", \"Pos\": \"Wingback\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.495575221238938, \"Expected Assists\": 0.1238938053097345, \"Progressive Carries\": 4.778761061946902}, {\"Player\": \"Daniel James\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8631178707224334, \"Expected Assists\": 0.09125475285171102, \"Progressive Carries\": 4.638783269961977}, {\"Player\": \"Reece James\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.797101449275362, \"Expected Assists\": 0.2753623188405797, \"Progressive Carries\": 7.536231884057972}, {\"Player\": \"Vitaly Janelt\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.764705882352941, \"Expected Assists\": 0.08627450980392158, \"Progressive Carries\": 2.549019607843137}, {\"Player\": \"Pontus Jansson\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4363143631436315, \"Expected Assists\": 0.013550135501355014, \"Progressive Carries\": 0.9214092140921409}, {\"Player\": \"Mathias Jensen\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8764044943820224, \"Expected Assists\": 0.20224719101123595, \"Progressive Carries\": 3.7640449438202244}, {\"Player\": \"Gabriel Jesus\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.535885167464115, \"Expected Assists\": 0.2583732057416268, \"Progressive Carries\": 7.033492822966507}, {\"Player\": \"Raul Jimenez\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7123287671232876, \"Expected Assists\": 0.09246575342465754, \"Progressive Carries\": 3.2534246575342465}, {\"Player\": \"Joao Pedro\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.060109289617486, \"Expected Assists\": 0.14207650273224043, \"Progressive Carries\": 4.863387978142076}, {\"Player\": \"Joelinton\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.359154929577465, \"Expected Assists\": 0.06338028169014084, \"Progressive Carries\": 3.767605633802817}, {\"Player\": \"Jorginho\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.533596837944664, \"Expected Assists\": 0.11067193675889327, \"Progressive Carries\": 4.703557312252964}, {\"Player\": \"Diogo Jota\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6996197718631176, \"Expected Assists\": 0.2091254752851711, \"Progressive Carries\": 5.247148288973384}, {\"Player\": \"Hassane Kamara\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.611111111111111, \"Expected Assists\": 0.022222222222222223, \"Progressive Carries\": 2.7222222222222223}, {\"Player\": \"Harry Kane\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2590529247910864, \"Expected Assists\": 0.25069637883008355, \"Progressive Carries\": 3.816155988857939}, {\"Player\": \"N'Golo Kante\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.939086294416244, \"Expected Assists\": 0.11675126903553298, \"Progressive Carries\": 7.5126903553299496}, {\"Player\": \"Michael Keane\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3548387096774195, \"Expected Assists\": 0.01935483870967742, \"Progressive Carries\": 1.5483870967741935}, {\"Player\": \"Max Kilman\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.076923076923077, \"Expected Assists\": 0.0, \"Progressive Carries\": 3.678929765886288}, {\"Player\": \"Joshua King\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2, \"Expected Assists\": 0.128, \"Progressive Carries\": 3.28}, {\"Player\": \"Mateusz Klich\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.043478260869565, \"Expected Assists\": 0.09565217391304348, \"Progressive Carries\": 4.478260869565218}, {\"Player\": \"Robin Koch\", \"Pos\": \"Wingback\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1142857142857143, \"Expected Assists\": 0.02857142857142857, \"Progressive Carries\": 1.1428571428571428}, {\"Player\": \"Ezri Konsa\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2, \"Expected Assists\": 0.010909090909090908, \"Progressive Carries\": 1.0545454545454545}, {\"Player\": \"Cheikhou Kouyate\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9634703196347034, \"Expected Assists\": 0.0319634703196347, \"Progressive Carries\": 1.0502283105022832}, {\"Player\": \"Mateo Kovacic\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.53179190751445, \"Expected Assists\": 0.20809248554913296, \"Progressive Carries\": 7.283236994219653}, {\"Player\": \"Emil Krafth\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9120879120879124, \"Expected Assists\": 0.04395604395604396, \"Progressive Carries\": 3.021978021978022}, {\"Player\": \"Juraj Kucka\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.676056338028169, \"Expected Assists\": 0.04225352112676056, \"Progressive Carries\": 3.004694835680751}, {\"Player\": \"Alexandre Lacazette\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8686868686868687, \"Expected Assists\": 0.09595959595959595, \"Progressive Carries\": 2.323232323232323}, {\"Player\": \"Adam Lallana\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4104046242774566, \"Expected Assists\": 0.040462427745664734, \"Progressive Carries\": 3.9884393063583814}, {\"Player\": \"Tariq Lamptey\", \"Pos\": \"Wingback\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.485549132947977, \"Expected Assists\": 0.12716763005780346, \"Progressive Carries\": 9.30635838150289}, {\"Player\": \"Manuel Lanzini\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.343434343434343, \"Expected Assists\": 0.11111111111111112, \"Progressive Carries\": 6.0606060606060606}, {\"Player\": \"Aymeric Laporte\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.305732484076433, \"Expected Assists\": 0.01592356687898089, \"Progressive Carries\": 11.210191082802549}, {\"Player\": \"Jamaal Lascelles\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9606986899563319, \"Expected Assists\": 0.013100436681222708, \"Progressive Carries\": 0.4366812227074236}, {\"Player\": \"Pierre Lees-Melou\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.928571428571429, \"Expected Assists\": 0.07142857142857144, \"Progressive Carries\": 2.9761904761904763}, {\"Player\": \"Aaron Lennon\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9883720930232559, \"Expected Assists\": 0.029069767441860465, \"Progressive Carries\": 3.255813953488372}, {\"Player\": \"Victor Lindelof\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2519083969465647, \"Expected Assists\": 0.019083969465648856, \"Progressive Carries\": 2.786259541984733}, {\"Player\": \"Valentino Livramento\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2653061224489797, \"Expected Assists\": 0.09387755102040815, \"Progressive Carries\": 5.224489795918367}, {\"Player\": \"Diego Llorente\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6923076923076925, \"Expected Assists\": 0.0038461538461538464, \"Progressive Carries\": 2.1538461538461537}, {\"Player\": \"Matthew Lowton\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.060913705583756, \"Expected Assists\": 0.06598984771573604, \"Progressive Carries\": 2.9441624365482233}, {\"Player\": \"Douglas Luiz\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3443708609271523, \"Expected Assists\": 0.08278145695364239, \"Progressive Carries\": 3.1456953642384105}, {\"Player\": \"Romelu Lukaku\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.903954802259887, \"Expected Assists\": 0.16949152542372883, \"Progressive Carries\": 2.3728813559322033}, {\"Player\": \"Alexis Mac Allister\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.61864406779661, \"Expected Assists\": 0.0635593220338983, \"Progressive Carries\": 4.406779661016949}, {\"Player\": \"James Maddison\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8095238095238093, \"Expected Assists\": 0.1758241758241758, \"Progressive Carries\": 5.4945054945054945}, {\"Player\": \"Harry Maguire\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.0824372759856633, \"Expected Assists\": 0.007168458781362008, \"Progressive Carries\": 3.9426523297491043}, {\"Player\": \"Sadio Mane\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.29073482428115, \"Expected Assists\": 0.1405750798722045, \"Progressive Carries\": 6.357827476038339}, {\"Player\": \"Solly March\", \"Pos\": \"Wingback\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8350515463917527, \"Expected Assists\": 0.1391752577319588, \"Progressive Carries\": 6.494845360824743}, {\"Player\": \"Martinelli\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.497584541062802, \"Expected Assists\": 0.15942028985507245, \"Progressive Carries\": 7.004830917874396}, {\"Player\": \"Joel Matip\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.064516129032258, \"Expected Assists\": 0.03870967741935484, \"Progressive Carries\": 8.870967741935484}, {\"Player\": \"Neal Maupay\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.383399209486166, \"Expected Assists\": 0.08695652173913045, \"Progressive Carries\": 2.766798418972332}, {\"Player\": \"Bryan Mbeumo\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.51702786377709, \"Expected Assists\": 0.11145510835913314, \"Progressive Carries\": 3.8699690402476783}, {\"Player\": \"John McGinn\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.839650145772596, \"Expected Assists\": 0.14285714285714288, \"Progressive Carries\": 3.644314868804665}, {\"Player\": \"Kenny McLean\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.7574750830564785, \"Expected Assists\": 0.02325581395348837, \"Progressive Carries\": 2.6578073089700998}, {\"Player\": \"Dwight McNeil\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0579710144927534, \"Expected Assists\": 0.1391304347826087, \"Progressive Carries\": 5.768115942028985}, {\"Player\": \"Scott McTominay\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.7358490566037736, \"Expected Assists\": 0.06792452830188679, \"Progressive Carries\": 4.90566037735849}, {\"Player\": \"Ben Mee\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3039215686274512, \"Expected Assists\": 0.004901960784313726, \"Progressive Carries\": 0.9313725490196079}, {\"Player\": \"Tyrone Mings\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1186440677966103, \"Expected Assists\": 0.04237288135593221, \"Progressive Carries\": 1.8926553672316384}, {\"Player\": \"Tyrick Mitchell\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8550724637681157, \"Expected Assists\": 0.03768115942028986, \"Progressive Carries\": 2.7246376811594204}, {\"Player\": \"Jakub Moder\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.544973544973545, \"Expected Assists\": 0.08994708994708996, \"Progressive Carries\": 4.656084656084657}, {\"Player\": \"Mason Mount\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.638783269961977, \"Expected Assists\": 0.25475285171102663, \"Progressive Carries\": 6.844106463878327}, {\"Player\": \"Lucas Moura\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.162436548223351, \"Expected Assists\": 0.22335025380710663, \"Progressive Carries\": 7.309644670050762}, {\"Player\": \"Joao Moutinho\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.181818181818182, \"Expected Assists\": 0.07272727272727272, \"Progressive Carries\": 4.303030303030303}, {\"Player\": \"Wilfred Ndidi\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.888888888888889, \"Expected Assists\": 0.0, \"Progressive Carries\": 2.2777777777777777}, {\"Player\": \"Ruben Neves\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.9324324324324325, \"Expected Assists\": 0.07432432432432433, \"Progressive Carries\": 3.8175675675675675}, {\"Player\": \"Mathias Normann\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.66120218579235, \"Expected Assists\": 0.09836065573770492, \"Progressive Carries\": 3.0054644808743167}, {\"Player\": \"Christian Norgaard\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.8082595870206495, \"Expected Assists\": 0.09144542772861358, \"Progressive Carries\": 2.359882005899705}, {\"Player\": \"Thomas Partey\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.155555555555556, \"Expected Assists\": 0.05777777777777778, \"Progressive Carries\": 3.8222222222222224}, {\"Player\": \"Romain Perraud\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4444444444444446, \"Expected Assists\": 0.03333333333333333, \"Progressive Carries\": 3.5}, {\"Player\": \"Kalvin Phillips\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.124293785310734, \"Expected Assists\": 0.01129943502824859, \"Progressive Carries\": 1.5254237288135595}, {\"Player\": \"Ethan Pinnock\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.939799331103679, \"Expected Assists\": 0.04013377926421405, \"Progressive Carries\": 1.3043478260869565}, {\"Player\": \"Teemu Pukki\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.6648199445983379, \"Expected Assists\": 0.07756232686980609, \"Progressive Carries\": 2.2437673130193905}, {\"Player\": \"Jacob Ramsey\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.394160583941606, \"Expected Assists\": 0.07299270072992702, \"Progressive Carries\": 6.021897810218978}, {\"Player\": \"Raphinha\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.21604938271605, \"Expected Assists\": 0.20987654320987656, \"Progressive Carries\": 5.648148148148149}, {\"Player\": \"Milot Rashica\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6532258064516128, \"Expected Assists\": 0.10483870967741936, \"Progressive Carries\": 4.838709677419355}, {\"Player\": \"Nathan Redmond\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.823529411764706, \"Expected Assists\": 0.2107843137254902, \"Progressive Carries\": 5.735294117647059}, {\"Player\": \"Sergio Reguilon\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.44131455399061, \"Expected Assists\": 0.18779342723004694, \"Progressive Carries\": 4.60093896713615}, {\"Player\": \"Declan Rice\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.220963172804533, \"Expected Assists\": 0.056657223796034, \"Progressive Carries\": 7.110481586402267}, {\"Player\": \"Richarlison\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2142857142857142, \"Expected Assists\": 0.08571428571428572, \"Progressive Carries\": 3.4285714285714284}, {\"Player\": \"Connor Roberts\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.351063829787234, \"Expected Assists\": 0.05851063829787234, \"Progressive Carries\": 3.6170212765957444}, {\"Player\": \"Andrew Robertson\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 7.021276595744681, \"Expected Assists\": 0.1843971631205674, \"Progressive Carries\": 7.269503546099291}, {\"Player\": \"Rodri\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.59375, \"Expected Assists\": 0.04375, \"Progressive Carries\": 6.40625}, {\"Player\": \"Rodrigo\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.015873015873016, \"Expected Assists\": 0.18253968253968253, \"Progressive Carries\": 3.8095238095238098}, {\"Player\": \"Rodrigo\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.142857142857143, \"Expected Assists\": 0.0634920634920635, \"Progressive Carries\": 3.8095238095238098}, {\"Player\": \"Cristian Romero\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5365853658536586, \"Expected Assists\": 0.024390243902439025, \"Progressive Carries\": 3.8536585365853657}, {\"Player\": \"Oriol Romeu\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.894080996884735, \"Expected Assists\": 0.08722741433021806, \"Progressive Carries\": 4.485981308411215}, {\"Player\": \"Cristiano Ronaldo\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.794871794871795, \"Expected Assists\": 0.11355311355311355, \"Progressive Carries\": 5.164835164835165}, {\"Player\": \"Antonio Rudiger\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.777448071216617, \"Expected Assists\": 0.032640949554896145, \"Progressive Carries\": 5.548961424332344}, {\"Player\": \"Allan Saint-Maximin\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.794871794871795, \"Expected Assists\": 0.1858974358974359, \"Progressive Carries\": 7.884615384615385}, {\"Player\": \"Romain Saiss\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9867109634551494, \"Expected Assists\": 0.013289036544850499, \"Progressive Carries\": 2.4252491694352156}, {\"Player\": \"Bukayo Saka\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.205438066465257, \"Expected Assists\": 0.2084592145015106, \"Progressive Carries\": 7.915407854984894}, {\"Player\": \"Mohamed Salah\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.006514657980456, \"Expected Assists\": 0.3387622149837134, \"Progressive Carries\": 6.938110749185668}, {\"Player\": \"Mohammed Salisu\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.5757575757575757, \"Expected Assists\": 0.015151515151515152, \"Progressive Carries\": 3.3636363636363638}, {\"Player\": \"Davinson Sanchez\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.87292817679558, \"Expected Assists\": 0.022099447513812154, \"Progressive Carries\": 5.69060773480663}, {\"Player\": \"Jadon Sancho\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4123222748815163, \"Expected Assists\": 0.1990521327014218, \"Progressive Carries\": 9.95260663507109}, {\"Player\": \"Samir Santos\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.3978494623655913, \"Expected Assists\": 0.005376344086021505, \"Progressive Carries\": 0.8602150537634408}, {\"Player\": \"Josh Sargent\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.1428571428571428, \"Expected Assists\": 0.04, \"Progressive Carries\": 2.2285714285714286}, {\"Player\": \"Ismaila Sarr\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1739130434782608, \"Expected Assists\": 0.12077294685990339, \"Progressive Carries\": 6.086956521739131}, {\"Player\": \"Fabian Schar\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8333333333333333, \"Expected Assists\": 0.024999999999999998, \"Progressive Carries\": 2.125}, {\"Player\": \"Jeffrey Schlupp\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.378640776699029, \"Expected Assists\": 0.08737864077669903, \"Progressive Carries\": 3.1553398058252426}, {\"Player\": \"Nelson Semedo\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.037974683544304, \"Expected Assists\": 0.05063291139240506, \"Progressive Carries\": 6.329113924050633}, {\"Player\": \"Luke Shaw\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.382022471910112, \"Expected Assists\": 0.1797752808988764, \"Progressive Carries\": 5.393258426966292}, {\"Player\": \"Jonjo Shelvey\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1818181818181817, \"Expected Assists\": 0.03636363636363637, \"Progressive Carries\": 1.4545454545454546}, {\"Player\": \"Bernardo Silva\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.77602523659306, \"Expected Assists\": 0.1640378548895899, \"Progressive Carries\": 10.757097791798108}, {\"Player\": \"Thiago Silva\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.557823129251701, \"Expected Assists\": 0.006802721088435375, \"Progressive Carries\": 6.9727891156462585}, {\"Player\": \"Moussa Sissoko\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.128491620111732, \"Expected Assists\": 0.0782122905027933, \"Progressive Carries\": 2.374301675977654}, {\"Player\": \"Emile Smith Rowe\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.676056338028169, \"Expected Assists\": 0.10328638497652583, \"Progressive Carries\": 6.103286384976526}, {\"Player\": \"Tomas Soucek\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9411764705882355, \"Expected Assists\": 0.04411764705882353, \"Progressive Carries\": 2.235294117647059}, {\"Player\": \"Caglar Soyuncu\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9133574007220218, \"Expected Assists\": 0.0036101083032490976, \"Progressive Carries\": 2.0577617328519855}, {\"Player\": \"Raheem Sterling\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1779661016949152, \"Expected Assists\": 0.19491525423728812, \"Progressive Carries\": 7.966101694915253}, {\"Player\": \"Pascal Struijk\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1578947368421053, \"Expected Assists\": 0.013157894736842105, \"Progressive Carries\": 1.4912280701754386}, {\"Player\": \"James Tarkowski\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6666666666666665, \"Expected Assists\": 0.017391304347826087, \"Progressive Carries\": 0.6666666666666666}, {\"Player\": \"Charlie Taylor\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.607260726072607, \"Expected Assists\": 0.11551155115511551, \"Progressive Carries\": 3.8943894389438944}, {\"Player\": \"Alex Telles\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2608695652173916, \"Expected Assists\": 0.10869565217391305, \"Progressive Carries\": 4.4021739130434785}, {\"Player\": \"Luke Thomas\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4433962264150946, \"Expected Assists\": 0.07547169811320756, \"Progressive Carries\": 2.8773584905660377}, {\"Player\": \"Youri Tielemans\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.616438356164384, \"Expected Assists\": 0.1678082191780822, \"Progressive Carries\": 3.8013698630136985}, {\"Player\": \"Kieran Tierney\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.568075117370892, \"Expected Assists\": 0.0892018779342723, \"Progressive Carries\": 5.211267605633803}, {\"Player\": \"Takehiro Tomiyasu\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9411764705882355, \"Expected Assists\": 0.03208556149732621, \"Progressive Carries\": 3.9037433155080214}, {\"Player\": \"Ivan Toney\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3839009287925697, \"Expected Assists\": 0.17956656346749228, \"Progressive Carries\": 1.6718266253869971}, {\"Player\": \"Leandro Trossard\", \"Pos\": \"Winger\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.91025641025641, \"Expected Assists\": 0.13141025641025642, \"Progressive Carries\": 6.185897435897436}, {\"Player\": \"Virgil van Dijk\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.0588235294117645, \"Expected Assists\": 0.011764705882352941, \"Progressive Carries\": 2.911764705882353}, {\"Player\": \"Raphael Varane\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.019704433497537, \"Expected Assists\": 0.009852216748768473, \"Progressive Carries\": 3.0049261083743843}, {\"Player\": \"Jamie Vardy\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.3432835820895521, \"Expected Assists\": 0.07960199004975124, \"Progressive Carries\": 2.4378109452736316}, {\"Player\": \"Joel Veltman\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.6050156739811916, \"Expected Assists\": 0.03448275862068966, \"Progressive Carries\": 2.5391849529780566}, {\"Player\": \"Kyle Walker\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.410256410256411, \"Expected Assists\": 0.061538461538461535, \"Progressive Carries\": 4.666666666666667}, {\"Player\": \"Kyle Walker-Peters\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.2320819112627985, \"Expected Assists\": 0.09897610921501707, \"Progressive Carries\": 7.8839590443686}, {\"Player\": \"Aaron Wan-Bissaka\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.663316582914573, \"Expected Assists\": 0.04522613065326633, \"Progressive Carries\": 4.723618090452262}, {\"Player\": \"Joel Ward\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.079710144927536, \"Expected Assists\": 0.021739130434782608, \"Progressive Carries\": 3.043478260869565}, {\"Player\": \"James Ward-Prowse\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.7815126050420167, \"Expected Assists\": 0.17366946778711484, \"Progressive Carries\": 2.773109243697479}, {\"Player\": \"Ollie Watkins\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4634146341463417, \"Expected Assists\": 0.08841463414634147, \"Progressive Carries\": 3.3841463414634148}, {\"Player\": \"Ashley Westwood\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.212598425196851, \"Expected Assists\": 0.14173228346456693, \"Progressive Carries\": 1.4566929133858268}, {\"Player\": \"Ben White\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8125, \"Expected Assists\": 0.01875, \"Progressive Carries\": 3.125}, {\"Player\": \"Brandon Williams\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4745762711864403, \"Expected Assists\": 0.05508474576271186, \"Progressive Carries\": 3.7288135593220337}, {\"Player\": \"Joe Willock\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6371681415929202, \"Expected Assists\": 0.053097345132743355, \"Progressive Carries\": 3.7610619469026547}, {\"Player\": \"Granit Xhaka\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.598455598455598, \"Expected Assists\": 0.0888030888030888, \"Progressive Carries\": 4.285714285714286}, {\"Player\": \"Wilfried Zaha\", \"Pos\": \"Forward\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.778501628664495, \"Expected Assists\": 0.1563517915309446, \"Progressive Carries\": 7.45928338762215}, {\"Player\": \"Kurt Zouma\", \"Pos\": \"Defender\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.3419913419913418, \"Expected Assists\": 0.0, \"Progressive Carries\": 1.4285714285714284}, {\"Player\": \"Martin Odegaard\", \"Pos\": \"Midfielder\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.11326860841424, \"Expected Assists\": 0.22006472491909385, \"Progressive Carries\": 6.5048543689320395}]}, \"mark\": {\"type\": \"circle\", \"color\": \"#000080\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Progressive Carries\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 14]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Progressive Passes\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 12]}, \"axis\": {\"grid\": false}, \"title\": null}, \"color\": {\"field\": \"Pos\", \"type\": \"ordinal\", \"scale\": {\"scheme\": \"set1\"}, \"legend\": {\"orient\": \"bottom\"}, \"title\": \"Position\"}, \"size\": {\"field\": \"Expected Assists\", \"type\": \"quantitative\", \"title\": \"Expected Assists\", \"scale\": {\"range\": [5, 200]}}, \"tooltip\": [{\"field\": \"Player\", \"type\": \"ordinal\", \"title\": \"Player\"}, {\"field\": \"Progressive Passes\", \"type\": \"quantitative\", \"title\": \"Progressive Passes\", \"format\": \".2f\"}, {\"field\": \"Progressive Carries\", \"type\": \"quantitative\", \"title\": \"Progressive Carries\", \"format\": \".2f\"}, {\"field\": \"Expected Assists\", \"type\": \"quantitative\", \"title\": \"Expected Assists\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Ball Progression and Goal Creation in the 2021-22 Premier League\"], \"subtitle\": [\"Progressive Passes (x), Progressive Carries (y). size by Expected Assists\", \"all stats normalised per 90mins played. min 1500 mins played\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"values\": [{\"Player\": \"Max Aarons\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9375, \"Expected Assists\": 0.04375, \"Progressive Carries\": 5.4375}, {\"Player\": \"Che Adams\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.5418502202643172, \"Expected Assists\": 0.1145374449339207, \"Progressive Carries\": 2.026431718061674}, {\"Player\": \"Rayan Ait Nouri\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.413793103448276, \"Expected Assists\": 0.06403940886699508, \"Progressive Carries\": 5.812807881773399}, {\"Player\": \"Kristoffer Ajer\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3783783783783785, \"Expected Assists\": 0.06306306306306306, \"Progressive Carries\": 3.2882882882882885}, {\"Player\": \"Thiago Alcantara\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 10.294117647058824, \"Expected Assists\": 0.13529411764705881, \"Progressive Carries\": 9.588235294117647}, {\"Player\": \"Trent Alexander-Arnold\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 8.769716088328076, \"Expected Assists\": 0.3533123028391167, \"Progressive Carries\": 4.921135646687698}, {\"Player\": \"Allan\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.362139917695473, \"Expected Assists\": 0.037037037037037035, \"Progressive Carries\": 4.362139917695473}, {\"Player\": \"Miguel Almiron\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9895287958115182, \"Expected Assists\": 0.03664921465968586, \"Progressive Carries\": 4.031413612565444}, {\"Player\": \"Marcos Alonso\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.439834024896265, \"Expected Assists\": 0.19087136929460577, \"Progressive Carries\": 5.1037344398340245}, {\"Player\": \"Daniel Amartey\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5, \"Expected Assists\": 0.00847457627118644, \"Progressive Carries\": 2.542372881355932}, {\"Player\": \"Joachim Andersen\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8703703703703707, \"Expected Assists\": 0.05555555555555556, \"Progressive Carries\": 1.9753086419753088}, {\"Player\": \"Michail Antonio\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.303030303030303, \"Expected Assists\": 0.19999999999999998, \"Progressive Carries\": 4.03030303030303}, {\"Player\": \"Jordan Ayew\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.142857142857143, \"Expected Assists\": 0.10267857142857142, \"Progressive Carries\": 6.517857142857143}, {\"Player\": \"Luke Ayling\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.9603174603174605, \"Expected Assists\": 0.03174603174603175, \"Progressive Carries\": 4.166666666666667}, {\"Player\": \"Cesar Azpilicueta\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.391304347826087, \"Expected Assists\": 0.09130434782608696, \"Progressive Carries\": 6.782608695652174}, {\"Player\": \"Harvey Barnes\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1759656652360513, \"Expected Assists\": 0.17167381974248927, \"Progressive Carries\": 8.49785407725322}, {\"Player\": \"Jan Bednarek\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7465753424657535, \"Expected Assists\": 0.02054794520547945, \"Progressive Carries\": 0.9246575342465754}, {\"Player\": \"Said Benrahma\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5311203319502074, \"Expected Assists\": 0.13278008298755187, \"Progressive Carries\": 5.352697095435684}, {\"Player\": \"Yves Bissouma\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2127659574468086, \"Expected Assists\": 0.03404255319148936, \"Progressive Carries\": 4.340425531914893}, {\"Player\": \"Jarrod Bowen\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6012084592145015, \"Expected Assists\": 0.17220543806646527, \"Progressive Carries\": 3.927492447129909}, {\"Player\": \"Armando Broja\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.8219178082191781, \"Expected Assists\": 0.05936073059360731, \"Progressive Carries\": 3.6073059360730597}, {\"Player\": \"Josh Brownhill\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.804878048780488, \"Expected Assists\": 0.07621951219512196, \"Progressive Carries\": 2.103658536585366}, {\"Player\": \"Emi Buendia\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.118483412322274, \"Expected Assists\": 0.2606635071090047, \"Progressive Carries\": 5.829383886255924}, {\"Player\": \"Joao Cancelo\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 7.632311977715878, \"Expected Assists\": 0.14206128133704735, \"Progressive Carries\": 10.139275766016713}, {\"Player\": \"Sergi Canos\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.333333333333333, \"Expected Assists\": 0.08225108225108224, \"Progressive Carries\": 4.891774891774891}, {\"Player\": \"Matty Cash\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4266666666666667, \"Expected Assists\": 0.050666666666666665, \"Progressive Carries\": 3.9466666666666668}, {\"Player\": \"Timothy Castagne\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.923728813559322, \"Expected Assists\": 0.05508474576271186, \"Progressive Carries\": 3.2203389830508473}, {\"Player\": \"Craig Cathcart\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.5037593984962405, \"Expected Assists\": 0.011278195488721804, \"Progressive Carries\": 0.48872180451127817}, {\"Player\": \"Tom Cleverley\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.388888888888889, \"Expected Assists\": 0.1111111111111111, \"Progressive Carries\": 1.0}, {\"Player\": \"Conor Coady\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.1796246648793567, \"Expected Assists\": 0.0, \"Progressive Carries\": 0.9115281501340483}, {\"Player\": \"Seamus Coleman\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.847457627118644, \"Expected Assists\": 0.03728813559322034, \"Progressive Carries\": 2.9491525423728815}, {\"Player\": \"Nathan Collins\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.419354838709677, \"Expected Assists\": 0.04838709677419355, \"Progressive Carries\": 1.3978494623655913}, {\"Player\": \"Liam Cooper\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1782178217821784, \"Expected Assists\": 0.0049504950495049506, \"Progressive Carries\": 0.9900990099009901}, {\"Player\": \"Jack Cork\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.096774193548387, \"Expected Assists\": 0.005376344086021505, \"Progressive Carries\": 1.6666666666666665}, {\"Player\": \"Maxwel Cornet\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.173469387755102, \"Expected Assists\": 0.07653061224489795, \"Progressive Carries\": 2.6020408163265305}, {\"Player\": \"Vladimir Coufal\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.285714285714286, \"Expected Assists\": 0.09795918367346938, \"Progressive Carries\": 3.795918367346939}, {\"Player\": \"Aaron Cresswell\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.115511551155115, \"Expected Assists\": 0.10561056105610561, \"Progressive Carries\": 3.6303630363036303}, {\"Player\": \"Marc Cucurella\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.102040816326531, \"Expected Assists\": 0.07871720116618076, \"Progressive Carries\": 6.005830903790088}, {\"Player\": \"Stuart Dallas\", \"Pos\": \"DFMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9506172839506175, \"Expected Assists\": 0.07407407407407407, \"Progressive Carries\": 4.753086419753086}, {\"Player\": \"Diogo Dalot\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.95, \"Expected Assists\": 0.05, \"Progressive Carries\": 4.9}, {\"Player\": \"Ben Davies\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.1489361702127665, \"Expected Assists\": 0.02127659574468085, \"Progressive Carries\": 6.134751773049645}, {\"Player\": \"Craig Dawson\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4705882352941175, \"Expected Assists\": 0.016339869281045753, \"Progressive Carries\": 1.5686274509803921}, {\"Player\": \"Kevin De Bruyne\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.408163265306122, \"Expected Assists\": 0.3877551020408163, \"Progressive Carries\": 8.36734693877551}, {\"Player\": \"Leander Dendoncker\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7050691244239633, \"Expected Assists\": 0.04608294930875576, \"Progressive Carries\": 1.2903225806451613}, {\"Player\": \"Emmanuel Dennis\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0905923344947737, \"Expected Assists\": 0.11149825783972127, \"Progressive Carries\": 4.878048780487805}, {\"Player\": \"Kiernan Dewsbury-Hall\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.188034188034188, \"Expected Assists\": 0.12820512820512822, \"Progressive Carries\": 6.153846153846154}, {\"Player\": \"Ruben Dias\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9700374531835205, \"Expected Assists\": 0.0898876404494382, \"Progressive Carries\": 8.951310861423222}, {\"Player\": \"Eric Dier\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.727272727272727, \"Expected Assists\": 0.04105571847507331, \"Progressive Carries\": 3.1378299120234603}, {\"Player\": \"Gabriel Dos Santos\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4411764705882355, \"Expected Assists\": 0.023529411764705882, \"Progressive Carries\": 4.235294117647059}, {\"Player\": \"Abdoulaye Doucoure\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.226950354609929, \"Expected Assists\": 0.07801418439716312, \"Progressive Carries\": 3.120567375886525}, {\"Player\": \"Lewis Dunk\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8881118881118881, \"Expected Assists\": 0.006993006993006993, \"Progressive Carries\": 1.4335664335664335}, {\"Player\": \"Odsonne Edouard\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0689655172413794, \"Expected Assists\": 0.13218390804597702, \"Progressive Carries\": 4.080459770114943}, {\"Player\": \"Mohamed Elyounoussi\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.158590308370044, \"Expected Assists\": 0.11013215859030838, \"Progressive Carries\": 4.933920704845815}, {\"Player\": \"Emerson\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.188976377952756, \"Expected Assists\": 0.08267716535433071, \"Progressive Carries\": 4.960629921259843}, {\"Player\": \"Fabinho\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.163424124513619, \"Expected Assists\": 0.054474708171206226, \"Progressive Carries\": 4.124513618677043}, {\"Player\": \"Kiko Femenia\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3193277310924367, \"Expected Assists\": 0.13445378151260504, \"Progressive Carries\": 3.3193277310924367}, {\"Player\": \"Bruno Fernandes\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.664739884393064, \"Expected Assists\": 0.24277456647398843, \"Progressive Carries\": 6.069364161849711}, {\"Player\": \"Junior Firpo\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8947368421052633, \"Expected Assists\": 0.1368421052631579, \"Progressive Carries\": 5.105263157894737}, {\"Player\": \"Phil Foden\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2203389830508473, \"Expected Assists\": 0.2796610169491525, \"Progressive Carries\": 5.5508474576271185}, {\"Player\": \"Pablo Fornals\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.209003215434083, \"Expected Assists\": 0.180064308681672, \"Progressive Carries\": 4.95176848874598}, {\"Player\": \"Adam Forshaw\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.588235294117647, \"Expected Assists\": 0.06470588235294118, \"Progressive Carries\": 2.764705882352941}, {\"Player\": \"Fred\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.8, \"Expected Assists\": 0.08888888888888889, \"Progressive Carries\": 3.2888888888888888}, {\"Player\": \"Conor Gallagher\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9620253164556962, \"Expected Assists\": 0.11075949367088607, \"Progressive Carries\": 3.3227848101265822}, {\"Player\": \"Ben Gibson\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.815884476534296, \"Expected Assists\": 0.0, \"Progressive Carries\": 2.2382671480144407}, {\"Player\": \"Billy Gilmour\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.514563106796116, \"Expected Assists\": 0.0970873786407767, \"Progressive Carries\": 3.8834951456310676}, {\"Player\": \"Ben Godfrey\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7333333333333334, \"Expected Assists\": 0.03111111111111111, \"Progressive Carries\": 1.9111111111111112}, {\"Player\": \"Anthony Gordon\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1653543307086616, \"Expected Assists\": 0.12992125984251968, \"Progressive Carries\": 5.433070866141732}, {\"Player\": \"Demarai Gray\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7307692307692308, \"Expected Assists\": 0.16538461538461538, \"Progressive Carries\": 6.6923076923076925}, {\"Player\": \"Jack Grealish\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8497652582159625, \"Expected Assists\": 0.29577464788732394, \"Progressive Carries\": 13.474178403755868}, {\"Player\": \"Pascal Gross\", \"Pos\": \"MFDF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.557522123893805, \"Expected Assists\": 0.23451327433628316, \"Progressive Carries\": 4.424778761061947}, {\"Player\": \"Marc Guehi\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.7653631284916202, \"Expected Assists\": 0.013966480446927375, \"Progressive Carries\": 2.7653631284916202}, {\"Player\": \"Ilkay Gundogan\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.077669902912621, \"Expected Assists\": 0.20388349514563106, \"Progressive Carries\": 6.407766990291262}, {\"Player\": \"Grant Hanley\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9006211180124223, \"Expected Assists\": 0.009316770186335402, \"Progressive Carries\": 0.7142857142857142}, {\"Player\": \"Jack Harrison\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.6177474402730376, \"Expected Assists\": 0.08873720136518772, \"Progressive Carries\": 6.996587030716723}, {\"Player\": \"Kai Havertz\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.288557213930348, \"Expected Assists\": 0.09950248756218905, \"Progressive Carries\": 5.621890547263681}, {\"Player\": \"Hwang Hee-chan\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0297029702970297, \"Expected Assists\": 0.08415841584158416, \"Progressive Carries\": 5.198019801980198}, {\"Player\": \"Jordan Henderson\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.0899653979238755, \"Expected Assists\": 0.1314878892733564, \"Progressive Carries\": 4.498269896193772}, {\"Player\": \"Rico Henry\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5324675324675323, \"Expected Assists\": 0.05519480519480519, \"Progressive Carries\": 3.5064935064935066}, {\"Player\": \"Son Heung-min\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2754491017964074, \"Expected Assists\": 0.24251497005988024, \"Progressive Carries\": 5.538922155688623}, {\"Player\": \"Mason Holgate\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6033755274261603, \"Expected Assists\": 0.0042194092827004225, \"Progressive Carries\": 0.8860759493670887}, {\"Player\": \"Pierre Hojbjerg\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.71830985915493, \"Expected Assists\": 0.07042253521126761, \"Progressive Carries\": 4.056338028169014}, {\"Player\": \"Danny Ings\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2796208530805686, \"Expected Assists\": 0.0947867298578199, \"Progressive Carries\": 1.990521327014218}, {\"Player\": \"Alex Iwobi\", \"Pos\": \"MFDF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.495575221238938, \"Expected Assists\": 0.1238938053097345, \"Progressive Carries\": 4.778761061946902}, {\"Player\": \"Daniel James\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8631178707224334, \"Expected Assists\": 0.09125475285171102, \"Progressive Carries\": 4.638783269961977}, {\"Player\": \"Reece James\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.797101449275362, \"Expected Assists\": 0.2753623188405797, \"Progressive Carries\": 7.536231884057972}, {\"Player\": \"Vitaly Janelt\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.764705882352941, \"Expected Assists\": 0.08627450980392158, \"Progressive Carries\": 2.549019607843137}, {\"Player\": \"Pontus Jansson\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4363143631436315, \"Expected Assists\": 0.013550135501355014, \"Progressive Carries\": 0.9214092140921409}, {\"Player\": \"Mathias Jensen\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8764044943820224, \"Expected Assists\": 0.20224719101123595, \"Progressive Carries\": 3.7640449438202244}, {\"Player\": \"Gabriel Jesus\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.535885167464115, \"Expected Assists\": 0.2583732057416268, \"Progressive Carries\": 7.033492822966507}, {\"Player\": \"Raul Jimenez\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.7123287671232876, \"Expected Assists\": 0.09246575342465754, \"Progressive Carries\": 3.2534246575342465}, {\"Player\": \"Joao Pedro\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.060109289617486, \"Expected Assists\": 0.14207650273224043, \"Progressive Carries\": 4.863387978142076}, {\"Player\": \"Joelinton\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.359154929577465, \"Expected Assists\": 0.06338028169014084, \"Progressive Carries\": 3.767605633802817}, {\"Player\": \"Jorginho\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.533596837944664, \"Expected Assists\": 0.11067193675889327, \"Progressive Carries\": 4.703557312252964}, {\"Player\": \"Diogo Jota\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6996197718631176, \"Expected Assists\": 0.2091254752851711, \"Progressive Carries\": 5.247148288973384}, {\"Player\": \"Hassane Kamara\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.611111111111111, \"Expected Assists\": 0.022222222222222223, \"Progressive Carries\": 2.7222222222222223}, {\"Player\": \"Harry Kane\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2590529247910864, \"Expected Assists\": 0.25069637883008355, \"Progressive Carries\": 3.816155988857939}, {\"Player\": \"N'Golo Kante\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.939086294416244, \"Expected Assists\": 0.11675126903553298, \"Progressive Carries\": 7.5126903553299496}, {\"Player\": \"Michael Keane\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3548387096774195, \"Expected Assists\": 0.01935483870967742, \"Progressive Carries\": 1.5483870967741935}, {\"Player\": \"Max Kilman\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.076923076923077, \"Expected Assists\": 0.0, \"Progressive Carries\": 3.678929765886288}, {\"Player\": \"Joshua King\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2, \"Expected Assists\": 0.128, \"Progressive Carries\": 3.28}, {\"Player\": \"Mateusz Klich\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.043478260869565, \"Expected Assists\": 0.09565217391304348, \"Progressive Carries\": 4.478260869565218}, {\"Player\": \"Robin Koch\", \"Pos\": \"MFDF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1142857142857143, \"Expected Assists\": 0.02857142857142857, \"Progressive Carries\": 1.1428571428571428}, {\"Player\": \"Ezri Konsa\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2, \"Expected Assists\": 0.010909090909090908, \"Progressive Carries\": 1.0545454545454545}, {\"Player\": \"Cheikhou Kouyate\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9634703196347034, \"Expected Assists\": 0.0319634703196347, \"Progressive Carries\": 1.0502283105022832}, {\"Player\": \"Mateo Kovacic\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.53179190751445, \"Expected Assists\": 0.20809248554913296, \"Progressive Carries\": 7.283236994219653}, {\"Player\": \"Emil Krafth\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9120879120879124, \"Expected Assists\": 0.04395604395604396, \"Progressive Carries\": 3.021978021978022}, {\"Player\": \"Juraj Kucka\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.676056338028169, \"Expected Assists\": 0.04225352112676056, \"Progressive Carries\": 3.004694835680751}, {\"Player\": \"Alexandre Lacazette\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8686868686868687, \"Expected Assists\": 0.09595959595959595, \"Progressive Carries\": 2.323232323232323}, {\"Player\": \"Adam Lallana\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4104046242774566, \"Expected Assists\": 0.040462427745664734, \"Progressive Carries\": 3.9884393063583814}, {\"Player\": \"Tariq Lamptey\", \"Pos\": \"DFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.485549132947977, \"Expected Assists\": 0.12716763005780346, \"Progressive Carries\": 9.30635838150289}, {\"Player\": \"Manuel Lanzini\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.343434343434343, \"Expected Assists\": 0.11111111111111112, \"Progressive Carries\": 6.0606060606060606}, {\"Player\": \"Aymeric Laporte\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 6.305732484076433, \"Expected Assists\": 0.01592356687898089, \"Progressive Carries\": 11.210191082802549}, {\"Player\": \"Jamaal Lascelles\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9606986899563319, \"Expected Assists\": 0.013100436681222708, \"Progressive Carries\": 0.4366812227074236}, {\"Player\": \"Pierre Lees-Melou\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.928571428571429, \"Expected Assists\": 0.07142857142857144, \"Progressive Carries\": 2.9761904761904763}, {\"Player\": \"Aaron Lennon\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.9883720930232559, \"Expected Assists\": 0.029069767441860465, \"Progressive Carries\": 3.255813953488372}, {\"Player\": \"Victor Lindelof\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.2519083969465647, \"Expected Assists\": 0.019083969465648856, \"Progressive Carries\": 2.786259541984733}, {\"Player\": \"Valentino Livramento\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2653061224489797, \"Expected Assists\": 0.09387755102040815, \"Progressive Carries\": 5.224489795918367}, {\"Player\": \"Diego Llorente\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6923076923076925, \"Expected Assists\": 0.0038461538461538464, \"Progressive Carries\": 2.1538461538461537}, {\"Player\": \"Matthew Lowton\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.060913705583756, \"Expected Assists\": 0.06598984771573604, \"Progressive Carries\": 2.9441624365482233}, {\"Player\": \"Douglas Luiz\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.3443708609271523, \"Expected Assists\": 0.08278145695364239, \"Progressive Carries\": 3.1456953642384105}, {\"Player\": \"Romelu Lukaku\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.903954802259887, \"Expected Assists\": 0.16949152542372883, \"Progressive Carries\": 2.3728813559322033}, {\"Player\": \"Alexis Mac Allister\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.61864406779661, \"Expected Assists\": 0.0635593220338983, \"Progressive Carries\": 4.406779661016949}, {\"Player\": \"James Maddison\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8095238095238093, \"Expected Assists\": 0.1758241758241758, \"Progressive Carries\": 5.4945054945054945}, {\"Player\": \"Harry Maguire\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.0824372759856633, \"Expected Assists\": 0.007168458781362008, \"Progressive Carries\": 3.9426523297491043}, {\"Player\": \"Sadio Mane\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.29073482428115, \"Expected Assists\": 0.1405750798722045, \"Progressive Carries\": 6.357827476038339}, {\"Player\": \"Solly March\", \"Pos\": \"DFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8350515463917527, \"Expected Assists\": 0.1391752577319588, \"Progressive Carries\": 6.494845360824743}, {\"Player\": \"Martinelli\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.497584541062802, \"Expected Assists\": 0.15942028985507245, \"Progressive Carries\": 7.004830917874396}, {\"Player\": \"Joel Matip\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.064516129032258, \"Expected Assists\": 0.03870967741935484, \"Progressive Carries\": 8.870967741935484}, {\"Player\": \"Neal Maupay\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.383399209486166, \"Expected Assists\": 0.08695652173913045, \"Progressive Carries\": 2.766798418972332}, {\"Player\": \"Bryan Mbeumo\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.51702786377709, \"Expected Assists\": 0.11145510835913314, \"Progressive Carries\": 3.8699690402476783}, {\"Player\": \"John McGinn\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.839650145772596, \"Expected Assists\": 0.14285714285714288, \"Progressive Carries\": 3.644314868804665}, {\"Player\": \"Kenny McLean\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.7574750830564785, \"Expected Assists\": 0.02325581395348837, \"Progressive Carries\": 2.6578073089700998}, {\"Player\": \"Dwight McNeil\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.0579710144927534, \"Expected Assists\": 0.1391304347826087, \"Progressive Carries\": 5.768115942028985}, {\"Player\": \"Scott McTominay\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.7358490566037736, \"Expected Assists\": 0.06792452830188679, \"Progressive Carries\": 4.90566037735849}, {\"Player\": \"Ben Mee\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3039215686274512, \"Expected Assists\": 0.004901960784313726, \"Progressive Carries\": 0.9313725490196079}, {\"Player\": \"Tyrone Mings\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1186440677966103, \"Expected Assists\": 0.04237288135593221, \"Progressive Carries\": 1.8926553672316384}, {\"Player\": \"Tyrick Mitchell\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.8550724637681157, \"Expected Assists\": 0.03768115942028986, \"Progressive Carries\": 2.7246376811594204}, {\"Player\": \"Jakub Moder\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.544973544973545, \"Expected Assists\": 0.08994708994708996, \"Progressive Carries\": 4.656084656084657}, {\"Player\": \"Mason Mount\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.638783269961977, \"Expected Assists\": 0.25475285171102663, \"Progressive Carries\": 6.844106463878327}, {\"Player\": \"Lucas Moura\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.162436548223351, \"Expected Assists\": 0.22335025380710663, \"Progressive Carries\": 7.309644670050762}, {\"Player\": \"Joao Moutinho\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.181818181818182, \"Expected Assists\": 0.07272727272727272, \"Progressive Carries\": 4.303030303030303}, {\"Player\": \"Wilfred Ndidi\", \"Pos\": \"MFDF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.888888888888889, \"Expected Assists\": 0.0, \"Progressive Carries\": 2.2777777777777777}, {\"Player\": \"Ruben Neves\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.9324324324324325, \"Expected Assists\": 0.07432432432432433, \"Progressive Carries\": 3.8175675675675675}, {\"Player\": \"Mathias Normann\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.66120218579235, \"Expected Assists\": 0.09836065573770492, \"Progressive Carries\": 3.0054644808743167}, {\"Player\": \"Christian Norgaard\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.8082595870206495, \"Expected Assists\": 0.09144542772861358, \"Progressive Carries\": 2.359882005899705}, {\"Player\": \"Thomas Partey\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.155555555555556, \"Expected Assists\": 0.05777777777777778, \"Progressive Carries\": 3.8222222222222224}, {\"Player\": \"Romain Perraud\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.4444444444444446, \"Expected Assists\": 0.03333333333333333, \"Progressive Carries\": 3.5}, {\"Player\": \"Kalvin Phillips\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.124293785310734, \"Expected Assists\": 0.01129943502824859, \"Progressive Carries\": 1.5254237288135595}, {\"Player\": \"Ethan Pinnock\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.939799331103679, \"Expected Assists\": 0.04013377926421405, \"Progressive Carries\": 1.3043478260869565}, {\"Player\": \"Teemu Pukki\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 0.6648199445983379, \"Expected Assists\": 0.07756232686980609, \"Progressive Carries\": 2.2437673130193905}, {\"Player\": \"Jacob Ramsey\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.394160583941606, \"Expected Assists\": 0.07299270072992702, \"Progressive Carries\": 6.021897810218978}, {\"Player\": \"Raphinha\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.21604938271605, \"Expected Assists\": 0.20987654320987656, \"Progressive Carries\": 5.648148148148149}, {\"Player\": \"Milot Rashica\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6532258064516128, \"Expected Assists\": 0.10483870967741936, \"Progressive Carries\": 4.838709677419355}, {\"Player\": \"Nathan Redmond\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.823529411764706, \"Expected Assists\": 0.2107843137254902, \"Progressive Carries\": 5.735294117647059}, {\"Player\": \"Sergio Reguillonn\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.44131455399061, \"Expected Assists\": 0.18779342723004694, \"Progressive Carries\": 4.60093896713615}, {\"Player\": \"Declan Rice\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.220963172804533, \"Expected Assists\": 0.056657223796034, \"Progressive Carries\": 7.110481586402267}, {\"Player\": \"Richarlison\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.2142857142857142, \"Expected Assists\": 0.08571428571428572, \"Progressive Carries\": 3.4285714285714284}, {\"Player\": \"Connor Roberts\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.351063829787234, \"Expected Assists\": 0.05851063829787234, \"Progressive Carries\": 3.6170212765957444}, {\"Player\": \"Andrew Robertson\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 7.021276595744681, \"Expected Assists\": 0.1843971631205674, \"Progressive Carries\": 7.269503546099291}, {\"Player\": \"Rodri\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.59375, \"Expected Assists\": 0.04375, \"Progressive Carries\": 6.40625}, {\"Player\": \"Rodrigo\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.015873015873016, \"Expected Assists\": 0.18253968253968253, \"Progressive Carries\": 3.8095238095238098}, {\"Player\": \"Cristian Romero\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.5365853658536586, \"Expected Assists\": 0.024390243902439025, \"Progressive Carries\": 3.8536585365853657}, {\"Player\": \"Oriol Romeu\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.894080996884735, \"Expected Assists\": 0.08722741433021806, \"Progressive Carries\": 4.485981308411215}, {\"Player\": \"Cristiano Ronaldo\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.794871794871795, \"Expected Assists\": 0.11355311355311355, \"Progressive Carries\": 5.164835164835165}, {\"Player\": \"Antonio Rudiger\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.777448071216617, \"Expected Assists\": 0.032640949554896145, \"Progressive Carries\": 5.548961424332344}, {\"Player\": \"Allan Saint-Maximin\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.794871794871795, \"Expected Assists\": 0.1858974358974359, \"Progressive Carries\": 7.884615384615385}, {\"Player\": \"Romain Saiss\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.9867109634551494, \"Expected Assists\": 0.013289036544850499, \"Progressive Carries\": 2.4252491694352156}, {\"Player\": \"Bukayo Saka\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.205438066465257, \"Expected Assists\": 0.2084592145015106, \"Progressive Carries\": 7.915407854984894}, {\"Player\": \"Mohamed Salah\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.006514657980456, \"Expected Assists\": 0.3387622149837134, \"Progressive Carries\": 6.938110749185668}, {\"Player\": \"Mohammed Salisu\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.5757575757575757, \"Expected Assists\": 0.015151515151515152, \"Progressive Carries\": 3.3636363636363638}, {\"Player\": \"Davinson Sanchez\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.87292817679558, \"Expected Assists\": 0.022099447513812154, \"Progressive Carries\": 5.69060773480663}, {\"Player\": \"Jadon Sancho\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4123222748815163, \"Expected Assists\": 0.1990521327014218, \"Progressive Carries\": 9.95260663507109}, {\"Player\": \"Samir Santos\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.182795698924731, \"Expected Assists\": 0.005376344086021505, \"Progressive Carries\": 0.8602150537634408}, {\"Player\": \"Josh Sargent\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.1428571428571428, \"Expected Assists\": 0.04, \"Progressive Carries\": 2.2285714285714286}, {\"Player\": \"Ismaila Sarr\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.1739130434782608, \"Expected Assists\": 0.12077294685990339, \"Progressive Carries\": 6.086956521739131}, {\"Player\": \"Fabian Schar\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.8333333333333333, \"Expected Assists\": 0.024999999999999998, \"Progressive Carries\": 2.125}, {\"Player\": \"Jeffrey Schlupp\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.378640776699029, \"Expected Assists\": 0.08737864077669903, \"Progressive Carries\": 3.1553398058252426}, {\"Player\": \"Nelson Semedo\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.037974683544304, \"Expected Assists\": 0.05063291139240506, \"Progressive Carries\": 6.329113924050633}, {\"Player\": \"Luke Shaw\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.382022471910112, \"Expected Assists\": 0.1797752808988764, \"Progressive Carries\": 5.393258426966292}, {\"Player\": \"Jonjo Shelvey\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1818181818181817, \"Expected Assists\": 0.03636363636363637, \"Progressive Carries\": 1.4545454545454546}, {\"Player\": \"Bernardo Silva\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.77602523659306, \"Expected Assists\": 0.1640378548895899, \"Progressive Carries\": 10.757097791798108}, {\"Player\": \"Thiago Silva\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.557823129251701, \"Expected Assists\": 0.006802721088435375, \"Progressive Carries\": 6.9727891156462585}, {\"Player\": \"Moussa Sissoko\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.128491620111732, \"Expected Assists\": 0.0782122905027933, \"Progressive Carries\": 2.374301675977654}, {\"Player\": \"Emile Smith Rowe\", \"Pos\": \"MFFW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.676056338028169, \"Expected Assists\": 0.10328638497652583, \"Progressive Carries\": 6.103286384976526}, {\"Player\": \"Tomas Soucek\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9411764705882355, \"Expected Assists\": 0.04411764705882353, \"Progressive Carries\": 2.235294117647059}, {\"Player\": \"Caglar Soyuncu\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.9133574007220218, \"Expected Assists\": 0.0036101083032490976, \"Progressive Carries\": 2.0577617328519855}, {\"Player\": \"Raheem Sterling\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1779661016949152, \"Expected Assists\": 0.19491525423728812, \"Progressive Carries\": 7.966101694915253}, {\"Player\": \"Pascal Struijk\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.1578947368421053, \"Expected Assists\": 0.013157894736842105, \"Progressive Carries\": 1.4912280701754386}, {\"Player\": \"James Tarkowski\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.6666666666666665, \"Expected Assists\": 0.017391304347826087, \"Progressive Carries\": 0.6666666666666666}, {\"Player\": \"Charlie Taylor\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.607260726072607, \"Expected Assists\": 0.11551155115511551, \"Progressive Carries\": 3.8943894389438944}, {\"Player\": \"Alex Telles\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.2608695652173916, \"Expected Assists\": 0.10869565217391305, \"Progressive Carries\": 4.4021739130434785}, {\"Player\": \"Luke Thomas\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4433962264150946, \"Expected Assists\": 0.07547169811320756, \"Progressive Carries\": 2.8773584905660377}, {\"Player\": \"Youri Tielemans\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.616438356164384, \"Expected Assists\": 0.1678082191780822, \"Progressive Carries\": 3.8013698630136985}, {\"Player\": \"Kieran Tierney\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.568075117370892, \"Expected Assists\": 0.0892018779342723, \"Progressive Carries\": 5.211267605633803}, {\"Player\": \"Takehiro Tomiyasu\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.9411764705882355, \"Expected Assists\": 0.03208556149732621, \"Progressive Carries\": 3.9037433155080214}, {\"Player\": \"Ivan Toney\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.3839009287925697, \"Expected Assists\": 0.17956656346749228, \"Progressive Carries\": 1.6718266253869971}, {\"Player\": \"Leandro Trossard\", \"Pos\": \"FWMF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.91025641025641, \"Expected Assists\": 0.13141025641025642, \"Progressive Carries\": 6.185897435897436}, {\"Player\": \"Virgil van Dijk\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.0588235294117645, \"Expected Assists\": 0.011764705882352941, \"Progressive Carries\": 2.911764705882353}, {\"Player\": \"Raphael Varane\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.019704433497537, \"Expected Assists\": 0.009852216748768473, \"Progressive Carries\": 3.0049261083743843}, {\"Player\": \"Jamie Vardy\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.3432835820895521, \"Expected Assists\": 0.07960199004975124, \"Progressive Carries\": 2.4378109452736316}, {\"Player\": \"Joel Veltman\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.6050156739811916, \"Expected Assists\": 0.03448275862068966, \"Progressive Carries\": 2.5391849529780566}, {\"Player\": \"Kyle Walker\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.410256410256411, \"Expected Assists\": 0.061538461538461535, \"Progressive Carries\": 4.666666666666667}, {\"Player\": \"Kyle Walker-Peters\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.2320819112627985, \"Expected Assists\": 0.09897610921501707, \"Progressive Carries\": 7.8839590443686}, {\"Player\": \"Aaron Wan-Bissaka\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.663316582914573, \"Expected Assists\": 0.04522613065326633, \"Progressive Carries\": 4.723618090452262}, {\"Player\": \"Joel Ward\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.079710144927536, \"Expected Assists\": 0.021739130434782608, \"Progressive Carries\": 3.043478260869565}, {\"Player\": \"James Ward-Prowse\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.7815126050420167, \"Expected Assists\": 0.17366946778711484, \"Progressive Carries\": 2.773109243697479}, {\"Player\": \"Ollie Watkins\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.4634146341463417, \"Expected Assists\": 0.08841463414634147, \"Progressive Carries\": 3.3841463414634148}, {\"Player\": \"Ashley Westwood\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 4.212598425196851, \"Expected Assists\": 0.14173228346456693, \"Progressive Carries\": 1.4566929133858268}, {\"Player\": \"Ben White\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 2.8125, \"Expected Assists\": 0.01875, \"Progressive Carries\": 3.125}, {\"Player\": \"Brandon Williams\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.4745762711864403, \"Expected Assists\": 0.05508474576271186, \"Progressive Carries\": 3.7288135593220337}, {\"Player\": \"Joe Willock\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.6371681415929202, \"Expected Assists\": 0.053097345132743355, \"Progressive Carries\": 3.7610619469026547}, {\"Player\": \"Granit Xhaka\", \"Pos\": \"MFDF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.598455598455598, \"Expected Assists\": 0.0888030888030888, \"Progressive Carries\": 4.285714285714286}, {\"Player\": \"Wilfried Zaha\", \"Pos\": \"FW\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 3.778501628664495, \"Expected Assists\": 0.1563517915309446, \"Progressive Carries\": 7.45928338762215}, {\"Player\": \"Kurt Zouma\", \"Pos\": \"DF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 1.3419913419913418, \"Expected Assists\": 0.0, \"Progressive Carries\": 1.4285714285714284}, {\"Player\": \"Martin Odegaard\", \"Pos\": \"MF\", \"Comp\": \"eng Premier League\", \"Progressive Passes\": 5.11326860841424, \"Expected Assists\": 0.22006472491909385, \"Progressive Carries\": 6.5048543689320395}]}, \"mark\": {\"type\": \"circle\", \"color\": \"#000080\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Progressive Carries\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 14]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Progressive Passes\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 12]}, \"axis\": {\"grid\": false}, \"title\": null}, \"size\": {\"field\": \"Expected Assists\", \"type\": \"quantitative\", \"title\": \"Expected Assists\", \"scale\": {\"range\": [5, 200]}}, \"tooltip\": [{\"field\": \"Player\", \"type\": \"ordinal\", \"title\": \"Player\"}, {\"field\": \"Progressive Passes\", \"type\": \"quantitative\", \"title\": \"Progressive Passes\", \"format\": \".2f\"}, {\"field\": \"Progressive Carries\", \"type\": \"quantitative\", \"title\": \"Progressive Carries\", \"format\": \".2f\"}, {\"field\": \"Expected Assists\", \"type\": \"quantitative\", \"title\": \"Expected Assists\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Non-Penalty Goals and Expected Goals\", \"in Europe's Top 5 Leagues 2021-22\"], \"subtitle\": [\"Non-Penalty xG (x), Non-Penalty Goals (y). size by Non-Penalty xG,\", \"all stats per 90mins played, min 25 90s played, data: FBref\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/Week9d.csv\"}, \"mark\": {\"type\": \"circle\", \"color\": \"#000080\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"npxG p90\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 1]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"G-PK p90\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 1]}, \"axis\": {\"grid\": false}, \"title\": null}, \"size\": {\"field\": \"npxG p90\", \"type\": \"quantitative\", \"title\": [\"Non-Penalty\", \"Expected Goals\"], \"scale\": {\"range\": [1, 120]}, \"legend\": false}, \"tooltip\": [{\"field\": \"Player\", \"type\": \"ordinal\", \"title\": \"Player\"}, {\"field\": \"npxG p90\", \"type\": \"quantitative\", \"title\": \"Non-Penalty Expected Goals\", \"format\": \".2f\"}, {\"field\": \"G-PK p90\", \"type\": \"quantitative\", \"title\": \"Non-Penalty Goals\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-I469.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Male Unemployment Rate\", \"subtitle\": \"Aged 16-64 and economically active, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"turquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 14]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Male unemployment\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-YCCV.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Male part-time workers\", \"subtitle\": \"Thousands, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"darkturquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 2400]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Male part-time workers\", \"format\": \".0f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-MGSV.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Male employment rate (%)\", \"subtitle\": \"Aged 16-64, seasonally adjusted, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"darkturquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 95]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Male employment rate\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"IMF Lending Outstanding compared to World GDP\", \"subtitle\": \"Source: IMF and World Bank\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_IMF_creditOutstanding.csv\"}, \"height\": 300, \"width\": 400, \"mark\": {\"type\": \"bar\", \"color\": \"#f4c2c2\"}, \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"temporal\", \"axis\": {\"title\": \"Year\", \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"Totals%\", \"type\": \"quantitative\", \"title\": \"IMF Lending Outstanding as a Fraction of World GDP (%) \", \"axis\": {\"grid\": false}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"IMF Lending Outstanding\", \"subtitle\": \"Source: IMF\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_IMF_creditOutstanding.csv\"}, \"height\": 300, \"width\": 400, \"mark\": {\"type\": \"bar\", \"color\": \"#f4c2c2\"}, \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"temporal\", \"axis\": {\"title\": \"Year\", \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"Totals(Bn)\", \"type\": \"quantitative\", \"title\": \"Lending Outstanding (Billions)\", \"axis\": {\"grid\": false}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-YBUV.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Weekly hours worked\", \"subtitle\": \"Average for all workers, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"turquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 35]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Weekly hours worked\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Difference between Men's and Women's Team Performance\", \"vs Gender Equality\"], \"subtitle\": [\"UN Gender Inequality Index (x), Percentage Difference between\", \"Men's and Women's FIFA Ranking Points (y). 2021 data\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/GenderPercentDiff.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#5b92e5\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Gender Inequality Index\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 0.8]}, \"axis\": {\"grid\": false}, \"title\": [\"\\u27f5 \\u27f6\", \"More Equal Less Equal\"]}, \"y\": {\"field\": \"Percentage Difference\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-60, 70]}, \"axis\": {\"grid\": false}, \"title\": [\"Better Women's Team Better Men's Team\", \"\\u27f5 \\u27f6\"]}, \"tooltip\": [{\"field\": \"Country Name\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"Percentage Difference\", \"type\": \"quantitative\", \"title\": \"Percentage Difference\", \"format\": \".2f\"}, {\"field\": \"Gender Inequality Index\", \"type\": \"quantitative\", \"title\": \"Gender Inequality Index\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Difference between Men's and Women's Team Performance\", \"vs GDP per Capita\"], \"subtitle\": [\"GDP per Capita ($) (x), Percentage Difference between\", \"Men's and Women's FIFA Ranking Points (y).\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/GDPPercendDiff.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#30D5C8\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"GDP per Capita\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 140000]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Percentage Difference\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-60, 70]}, \"axis\": {\"grid\": false}, \"title\": [\"Better Women's Team Better Men's Team\", \"\\u27f5 \\u27f6\"]}, \"tooltip\": [{\"field\": \"Country Name\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"Percentage Difference\", \"type\": \"quantitative\", \"title\": \"Percentage Difference\", \"format\": \".2f\"}, {\"field\": \"GDP per Capita\", \"type\": \"quantitative\", \"title\": \"GDP per Capita ($)\", \"format\": \".0f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Do you support affirmative action that decreases the share\", \"of White and Asian students in selective institutions?\"], \"subtitle\": \"Data: YouGov\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"values\": [{\"Answer\": \"Yes\", \"Percent\": \"19\"}, {\"Answer\": \"No\", \"Percent\": \"51\"}, {\"Answer\": \"Not Sure\", \"Percent\": \"30\"}]}, \"height\": 300, \"width\": 260, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"field\": \"Answer\", \"type\": \"ordinal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 360}}, \"y\": {\"field\": \"Percent\", \"type\": \"quantitative\", \"title\": \"Percent\", \"axis\": {\"grid\": false}}, \"color\": {\"field\": \"Answer\", \"legend\": false}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Do you support affirmative action that increases the share\", \"of Black and Hispanic students in selective institutions?\"], \"subtitle\": \"Data: YouGov\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"values\": [{\"Answer\": \"Yes\", \"Percent\": \"37\"}, {\"Answer\": \"No\", \"Percent\": \"34\"}, {\"Answer\": \"Not Sure\", \"Percent\": \"29\"}]}, \"height\": 300, \"width\": 260, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"field\": \"Answer\", \"type\": \"ordinal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 360}}, \"y\": {\"field\": \"Percent\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 55]}, \"title\": \"Percent\", \"axis\": {\"grid\": false}}, \"color\": {\"field\": \"Answer\", \"legend\": false}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Principle Component Analysis on Football Players\", \"in Europe's Top 5 Leagues\"], \"subtitle\": [\"Component 1 (x), Component 2 (y). Min 1500 mins played, data: FBRef.\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/Week10.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#5b92e5\", \"opacity\": 0.7}, \"height\": 400, \"width\": 400, \"encoding\": {\"x\": {\"field\": \"Component 1\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-5, 6]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Component 2\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-6, 6]}, \"axis\": {\"grid\": false}, \"title\": null}, \"color\": {\"field\": \"Pos\", \"type\": \"ordinal\", \"scale\": {\"scheme\": \"set1\"}, \"legend\": {\"orient\": \"bottom\"}, \"title\": \"Position\"}, \"tooltip\": [{\"field\": \"Player\", \"type\": \"ordinal\", \"title\": \"Player\"}, {\"field\": \"Pos\", \"type\": \"ordinal\", \"title\": \"Position\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-I468.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Female Unemployment Rate (%)\", \"subtitle\": \"Aged 16-64 and economically active, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"darkturquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 9]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Female unemployment rate\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-YCCW.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Female part-time workers\", \"subtitle\": \"Thousands, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"turquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 6500]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Female part-time workers\", \"format\": \".0f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/data_ONS-LF25.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"Female Employment Rate (%)\", \"subtitle\": \"Aged 16-64, seasonally adjusted, data: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 250, \"height\": 250, \"mark\": {\"type\": \"line\", \"color\": \"turquoise\", \"strokeWidth\": 2, \"opacity\": 1}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 75]}, \"title\": null}, \"tooltip\": [{\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Female employment rate\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Teams points and expected goal difference\", \"in Europe's Top 5 Leagues 2022-23\"], \"subtitle\": [\"Expected Goal Difference (x), Points (y).\", \"Data from Fbref, all stats normalised per game.\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/EUTableClean.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"#5b92e5\", \"opacity\": 0.7}, \"height\": 300, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"Expected Goal Difference per Game\", \"type\": \"quantitative\", \"scale\": {\"domain\": [-1.8, 1.8]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"Points per Game\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0.2, 3]}, \"axis\": {\"grid\": false}, \"title\": null}, \"color\": {\"field\": \"Country\", \"type\": \"ordinal\", \"scale\": {\"scheme\": \"set1\"}, \"legend\": {\"orient\": \"right\"}, \"title\": \"League\"}, \"tooltip\": [{\"field\": \"Team\", \"type\": \"ordinal\", \"title\": \"Team\"}, {\"field\": \"Points per Game\", \"type\": \"quantitative\", \"title\": \"Points\", \"format\": \".2f\"}, {\"field\": \"Expected Goal Difference per Game\", \"type\": \"quantitative\", \"title\": \"Expected Goal Difference\", \"format\": \".2f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://api.ons.gov.uk/timeseries/jw2v/dataset/pusf/data\", \"format\": {\"type\": \"json\", \"property\": \"quarters\"}}, \"mark\": {\"type\": \"bar\", \"color\": \"rebeccapurple\", \"strokeWidth\": 2, \"opacity\": 1}, \"transform\": [{\"calculate\": \"substring(datum.quarter,1)*3-1\", \"as\": \"quarter_n\"}, {\"calculate\": \"join([datum.year, datum.quarter_n],['-'])\", \"as\": \"date2\"}, {\"calculate\": \"timeParse(datum.date2, '%Y-%m')\", \"as\": \"date3\"}, {\"impute\": \"value\", \"key\": \"date3\", \"groupby\": [\"year\"], \"method\": \"median\", \"frame\": [3, 1]}], \"title\": {\"text\": \"Budget deficit over time\", \"subtitle\": \"Percecntage of GDP. Annual median. Source: ONS\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 300, \"encoding\": {\"x\": {\"field\": \"date3\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"title\": null}, \"tooltip\": [{\"field\": \"date3\", \"type\": \"temporal\", \"title\": \"Date\", \"timeUnit\": \"yearquarter\"}, {\"field\": \"imputed_value_value\", \"type\": \"quantitative\", \"title\": \"Deficit (% GDP)\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Weights of Goods in CPIH\", \"subtitle\": \"Percentage of total consumer basket\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 300, \"encoding\": {\"x\": {\"field\": \"year\", \"type\": \"temporal\", \"title\": null}, \"y\": {\"field\": \"percent\", \"type\": \"quantitative\", \"title\": null, \"axis\": {\"format\": \"%\"}}, \"color\": {\"field\": \"name\", \"type\": \"ordinal\", \"title\": null, \"legend\": {\"orient\": \"bottom\", \"columns\": 2}, \"scale\": {\"scheme\": \"yellowgreenblue\"}}, \"tooltip\": [{\"field\": \"name\", \"title\": \"Division\"}, {\"field\": \"year\", \"title\": \"Year\", \"type\": \"temporal\", \"format\": \"%Y\"}, {\"field\": \"value\", \"title\": \"Weight\"}]}, \"layer\": [{\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5CZ.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Food')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D2.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Alcohol & Tobacco')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D3.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Clothing & Footwear')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D4.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Housing & Utilities')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D5.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Furniture & maintenance')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D6.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Health')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D7.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Transport')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D8.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Communication')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5D9.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Recreation')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5DA.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Education')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5DB.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Hotels')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/ONSinflation/data_MM23-L5DC.json\", \"format\": {\"type\": \"json\", \"property\": \"years\"}}, \"transform\": [{\"calculate\": \"replace(datum.quarter, '', 'Misc')\", \"as\": \"name\"}, {\"calculate\": \"datum.value/1000\", \"as\": \"percent\"}], \"mark\": {\"type\": \"line\"}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": [\"Canada Population Density by Province\"], \"subtitle\": [\"Data: Statistics Canada\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 400, \"height\": 300, \"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/canadaprov.json\", \"format\": {\"property\": \"features\"}}, \"projection\": {\"type\": \"conicConformal\", \"rotate\": [0, 70]}, \"transform\": [{\"lookup\": \"properties.gn_name\", \"from\": {\"data\": {\"url\": \"https://raw.githubusercontent.com/vikrajendran/vikrajendran.github.io/main/CanadaDensity.csv\"}, \"key\": \"Province\", \"fields\": [\"Population density per square kilometre, 2021\"]}}], \"mark\": {\"type\": \"geoshape\", \"stroke\": \"lightgray\", \"strokeWidth\": 0.3}, \"encoding\": {\"color\": {\"field\": \"Population density per square kilometre, 2021\", \"type\": \"quantitative\", \"scale\": {\"scheme\": \"magma\"}, \"legend\": {\"orient\": \"bottom\"}, \"title\": \"People per Km\\u00b2\"}, \"tooltip\": [{\"field\": \"properties.gn_name\", \"type\": \"nominal\", \"title\": \"Province\"}, {\"field\": \"Population density per square kilometre, 2021\", \"type\": \"quantitative\", \"title\": \"Population Density\", \"format\": \".1f\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vega/vega-datasets/next/data/disasters.csv\"}, \"width\": 600, \"height\": 400, \"transform\": [{\"filter\": \"datum.Entity !== 'All natural disasters'\"}], \"mark\": {\"type\": \"circle\", \"opacity\": 0.8, \"stroke\": \"black\", \"strokeWidth\": 1}, \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"temporal\", \"axis\": {\"grid\": false}}, \"y\": {\"field\": \"Entity\", \"type\": \"nominal\", \"axis\": {\"title\": \"\"}}, \"size\": {\"field\": \"Deaths\", \"type\": \"quantitative\", \"title\": \"Annual Global Deaths\", \"legend\": {\"clipHeight\": 30}, \"scale\": {\"rangeMax\": 5000}}, \"color\": {\"field\": \"Entity\", \"type\": \"nominal\", \"legend\": null}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"repeat\": {\"row\": [\"Horsepower\", \"Acceleration\", \"Miles_per_Gallon\"], \"column\": [\"Miles_per_Gallon\", \"Acceleration\", \"Horsepower\"]}, \"spec\": {\"data\": {\"url\": \"https://raw.githubusercontent.com/vega/vega-datasets/next/data/cars.json\"}, \"mark\": \"point\", \"params\": [{\"name\": \"brush\", \"select\": {\"type\": \"interval\", \"resolve\": \"union\", \"on\": \"[mousedown[event.shiftKey], window:mouseup] > window:mousemove!\", \"translate\": \"[mousedown[event.shiftKey], window:mouseup] > window:mousemove!\", \"zoom\": \"wheel![event.shiftKey]\"}}, {\"name\": \"grid\", \"select\": {\"type\": \"interval\", \"resolve\": \"global\", \"translate\": \"[mousedown[!event.shiftKey], window:mouseup] > window:mousemove!\", \"zoom\": \"wheel![!event.shiftKey]\"}, \"bind\": \"scales\"}], \"encoding\": {\"x\": {\"field\": {\"repeat\": \"column\"}, \"type\": \"quantitative\"}, \"y\": {\"field\": {\"repeat\": \"row\"}, \"type\": \"quantitative\", \"axis\": {\"minExtent\": 30}}, \"color\": {\"condition\": {\"param\": \"brush\", \"field\": \"Origin\", \"type\": \"nominal\"}, \"value\": \"grey\"}}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 300, \"height\": 200, \"data\": {\"url\": \"https://raw.githubusercontent.com/vega/vega-datasets/next/data/unemployment-across-industries.json\"}, \"mark\": \"area\", \"params\": [{\"name\": \"industry\", \"select\": {\"type\": \"point\", \"fields\": [\"series\"]}, \"bind\": \"legend\"}], \"encoding\": {\"x\": {\"timeUnit\": \"yearmonth\", \"field\": \"date\", \"axis\": {\"domain\": false, \"format\": \"%Y\", \"tickSize\": 0}}, \"y\": {\"aggregate\": \"sum\", \"field\": \"count\", \"stack\": \"center\", \"axis\": null}, \"color\": {\"field\": \"series\", \"scale\": {\"scheme\": \"category20b\"}}, \"opacity\": {\"condition\": {\"param\": \"industry\", \"value\": 1}, \"value\": 0.2}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Drag out a rectangular brush to highlight points.\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vega/vega-datasets/master/data/cars.json\"}, \"params\": [{\"name\": \"brush\", \"select\": \"interval\", \"value\": {\"x\": [55, 160], \"y\": [13, 37]}}], \"mark\": \"point\", \"encoding\": {\"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}, \"color\": {\"condition\": {\"param\": \"brush\", \"field\": \"Cylinders\", \"type\": \"ordinal\"}, \"value\": \"grey\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2022/main/data/mobility.csv\"}, \"mark\": \"bar\", \"encoding\": {\"x\": {\"bin\": {\"maxbins\": 15}, \"field\": \"Mobility\", \"type\": \"quantitative\", \"title\": \"Mobility Score\"}, \"y\": {\"aggregate\": \"count\", \"type\": \"quantitative\", \"axis\": {\"title\": \"Frequency\"}}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Visualisation showing the party represented by the three councillors in each of Trafford's wards\", \"autosize\": {\"type\": \"fit\"}, \"width\": 475, \"height\": 500, \"title\": {\"text\": \"Political control of Trafford's Wards 2022\", \"offset\": 10, \"font\": \"sans-serif\", \"fontWeight\": 400, \"fontSize\": 18, \"color\": \"#707070\"}, \"data\": {\"url\": \"https://www.trafforddatalab.io/analysis/local_election/2022/data/political_control_2022.csv\"}, \"encoding\": {\"x\": {\"field\": \"elected_ordinal\", \"type\": \"ordinal\", \"axis\": {\"labels\": false, \"description\": \"Source: trafford.gov.uk | @traffordDataLab\", \"title\": \"Source: trafford.gov.uk | @traffordDataLab\", \"titleX\": 272, \"titleY\": 10, \"titleFont\": \"sans-serif\", \"titleFontWeight\": 300, \"titleColor\": \"#707070\"}}, \"y\": {\"field\": \"ward\", \"type\": \"nominal\", \"axis\": {\"title\": null, \"offset\": 5, \"ticks\": false, \"minExtent\": 70, \"domain\": false, \"labelFont\": \"sans-serif\", \"labelColor\": \"#212121\"}}}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"filled\": true, \"stroke\": \"#fff\"}, \"encoding\": {\"color\": {\"field\": \"councillor_party\", \"type\": \"ordinal\", \"scale\": {\"domain\": [\"Conservative Party\", \"Green Party\", \"Labour Party\", \"Liberal Democrats\"], \"range\": [\"#0087dc\", \"#6ab023\", \"#dc241f\", \"#fdbb30\"]}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"direction\": \"horizontal\", \"labelFont\": \"sans-serif\", \"labelColor\": \"#212121\"}}, \"size\": {\"value\": 100}, \"opacity\": {\"value\": 1}, \"tooltip\": [{\"field\": \"councillor_name\", \"type\": \"nominal\", \"title\": \"Councillor\"}, {\"field\": \"councillor_party_label\", \"type\": \"nominal\", \"title\": \"Party\"}, {\"field\": \"elected_year\", \"type\": \"nominal\", \"title\": \"Elected\"}], \"description\": {\"field\": \"ward\"}}}], \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}, \"axis\": {\"ticks\": false, \"domainColor\": null}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Visualisation showing the party represented by the three councillors in each of Trafford's wards\", \"autosize\": {\"type\": \"fit\"}, \"width\": 475, \"height\": 500, \"title\": {\"text\": \"Political control of Trafford's Wards 2021\", \"offset\": 10, \"font\": \"sans-serif\", \"fontWeight\": 400, \"fontSize\": 18, \"color\": \"#707070\"}, \"data\": {\"url\": \"https://www.trafforddatalab.io/analysis/local_election/2021/data/political_control_2021.csv\"}, \"encoding\": {\"x\": {\"field\": \"elected_ordinal\", \"type\": \"ordinal\", \"axis\": {\"labels\": false, \"description\": \"Source: trafford.gov.uk | @traffordDataLab\", \"title\": \"Source: trafford.gov.uk | @traffordDataLab\", \"titleX\": 272, \"titleY\": 10, \"titleFont\": \"sans-serif\", \"titleFontWeight\": 300, \"titleColor\": \"#707070\"}}, \"y\": {\"field\": \"ward\", \"type\": \"nominal\", \"axis\": {\"title\": null, \"offset\": 5, \"ticks\": false, \"minExtent\": 70, \"domain\": false, \"labelFont\": \"sans-serif\", \"labelColor\": \"#212121\"}}}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"filled\": true, \"stroke\": \"#fff\"}, \"encoding\": {\"color\": {\"field\": \"councillor_party\", \"type\": \"ordinal\", \"scale\": {\"domain\": [\"Conservative Party\", \"Green Party\", \"Labour Party\", \"Liberal Democrats\"], \"range\": [\"#0087dc\", \"#6ab023\", \"#dc241f\", \"#fdbb30\"]}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"direction\": \"horizontal\", \"labelFont\": \"sans-serif\", \"labelColor\": \"#212121\"}}, \"size\": {\"value\": 100}, \"opacity\": {\"value\": 1}, \"tooltip\": [{\"field\": \"councillor_name\", \"type\": \"nominal\", \"title\": \"Councillor\"}, {\"field\": \"councillor_party_label\", \"type\": \"nominal\", \"title\": \"Party\"}, {\"field\": \"elected_year\", \"type\": \"nominal\", \"title\": \"Elected\"}], \"description\": {\"field\": \"ward\"}}}], \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}, \"axis\": {\"ticks\": false, \"domainColor\": null}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Inflation Price Data.\", \"title\": \"schemaone\", \"data\": {\"url\": \"https://cdn.jsdelivr.net/gh/koaning/justcharts/bigmac.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": \"line\", \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"local_price\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"currency_code\", \"type\": \"nominal\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"data\": {\"values\": [{\"index\": 1, \"value\": 28, \"position\": 1, \"category\": \"A\"}, {\"index\": 2, \"value\": 55, \"position\": 2, \"category\": \"A\"}, {\"index\": 3, \"value\": 43, \"position\": 3, \"category\": \"A\"}, {\"index\": 4, \"value\": 91, \"position\": 4, \"category\": \"A\"}, {\"index\": 5, \"value\": 81, \"position\": 5, \"category\": \"A\"}, {\"index\": 6, \"value\": 53, \"position\": 6, \"category\": \"A\"}, {\"index\": 7, \"value\": 19, \"position\": 1, \"category\": \"B\"}, {\"index\": 8, \"value\": 87, \"position\": 2, \"category\": \"B\"}, {\"index\": 9, \"value\": 52, \"position\": 3, \"category\": \"B\"}, {\"index\": 10, \"value\": 48, \"position\": 4, \"category\": \"B\"}, {\"index\": 11, \"value\": 24, \"position\": 5, \"category\": \"B\"}, {\"index\": 12, \"value\": 49, \"position\": 6, \"category\": \"B\"}, {\"index\": 13, \"value\": 87, \"position\": 1, \"category\": \"C\"}, {\"index\": 14, \"value\": 66, \"position\": 2, \"category\": \"C\"}, {\"index\": 15, \"value\": 17, \"position\": 3, \"category\": \"C\"}, {\"index\": 16, \"value\": 27, \"position\": 4, \"category\": \"C\"}, {\"index\": 17, \"value\": 68, \"position\": 5, \"category\": \"C\"}, {\"index\": 18, \"value\": 16, \"position\": 6, \"category\": \"C\"}]}, \"mark\": {\"type\": \"bar\", \"tooltip\": true}, \"encoding\": {\"x\": {\"field\": \"index\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 0}}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Stock prices of 5 Tech Companies over Time.\", \"data\": {\"url\": \"https://raw.githubusercontent.com/vega/vega-datasets/master/data/stocks.csv\"}, \"mark\": {\"type\": \"line\", \"point\": true, \"tooltip\": true}, \"encoding\": {\"x\": {\"timeUnit\": \"year\", \"field\": \"date\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"price\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"height\": 300, \"data\": {\"url\": \"https://vega.github.io/vega-datasets/data/iowa-electricity.csv\", \"format\": {\"type\": \"csv\"}}, \"title\": \"Iowa's renewable energy boom\", \"mark\": {\"type\": \"area\", \"tooltip\": true}, \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"source\", \"legend\": {\"title\": \"Electricity source\"}}, \"x\": {\"type\": \"temporal\", \"axis\": {\"title\": \"Year\"}, \"field\": \"year\", \"timeUnit\": \"year\"}, \"y\": {\"type\": \"quantitative\", \"axis\": {\"format\": \".0%\", \"title\": \"Share of net generation\"}, \"field\": \"net_generation\", \"stack\": \"normalize\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 450, \"height\": 300, \"title\": \"Venezuela\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Venezuela_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 20\"}], \"layer\": [{\"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"mark\": {\"type\": \"rect\", \"width\": 20}, \"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}], \"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": -40, \"dy\": -120, \"fontWeight\": \"bold\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"text\": {\"value\": \"Drag to interact\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 450, \"height\": 300, \"title\": \"Syrian Arab Republic\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Syria_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 20\"}], \"layer\": [{\"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"mark\": {\"type\": \"rect\", \"width\": 20}, \"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\", \"domain\": [1, 20000]}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}], \"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": -40, \"dy\": -100, \"fontWeight\": \"bold\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"text\": {\"value\": \"Drag to interact\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 450, \"height\": 300, \"title\": \"South Sudan\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Sudan_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 20\"}], \"layer\": [{\"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"mark\": {\"type\": \"rect\", \"width\": 20}, \"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}], \"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": -40, \"dy\": -105, \"fontWeight\": \"bold\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"text\": {\"value\": \"Drag to interact\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 450, \"height\": 250, \"title\": \"\", \"description\": \"Rank of countries based on average rejection rate\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/rejection_rank_countries.csv\"}, \"layer\": [{\"params\": [{\"name\": \"continent_selection\", \"select\": {\"type\": \"point\", \"fields\": [\"continent\"]}, \"bind\": \"legend\"}], \"mark\": {\"type\": \"line\", \"interpolate\": \"monotone\", \"point\": {\"filled\": false, \"size\": 250}, \"font\": \"sans-serif\", \"size\": 5, \"strokeCap\": \"round\"}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"continent_selection\", \"value\": 1}, \"value\": 0.1}}}, {\"mark\": {\"type\": \"circle\", \"size\": 500}, \"encoding\": {\"color\": {\"field\": \"continent\"}, \"opacity\": {\"condition\": {\"selection\": \"continent_selection\", \"value\": 0.5}, \"value\": 0.1}}}, {\"transform\": [{\"filter\": \"datum.Year == 2021\"}, {\"filter\": \"datum.continent == 'Asia'\"}], \"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": 0, \"dy\": -280, \"fill\": \"black\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"value\": \"height\"}, \"text\": {\"value\": \"select legend to filter\"}}}], \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"quantitative\", \"axis\": {\"labelAngle\": 0, \"tickCount\": 11, \"format\": \"\", \"offset\": 10, \"domain\": false}}, \"y\": {\"field\": \"Reject Rank\", \"title\": null, \"type\": \"quantitative\", \"sort\": \"descending\", \"axis\": {\"grid\": false, \"tickCount\": 5, \"offset\": 10, \"domain\": false, \"labelFontSize\": 12, \"labelFont\": \"sans-serif\", \"labelFontWeight\": \"bold\"}, \"scale\": {\"domain\": [1, 5]}}, \"color\": {\"field\": \"continent\", \"title\": null, \"sort\": \"descending\", \"scale\": {\"domain\": [\"Oceania\", \"Europe\", \"Asia\", \"Americas\", \"Africa\"], \"range\": [\"#264653\", \"#2a9d8f\", \"#e9c46a\", \"#f4a261\", \"#e76f51\"]}, \"legend\": {\"orient\": \"top\", \"labelFontSize\": 14, \"symbolSize\": 200}}, \"tooltip\": [{\"field\": \"Rejection Rate\", \"title\": \"Average Rejection Rate\", \"type\": \"quantitative\", \"format\": \".2%\"}, {\"field\": \"Rejected decisions\", \"type\": \"quantitative\", \"format\": \",\", \"title\": \"Total Asylum Seekers Rejected\"}, {\"field\": \"Total decisions\", \"type\": \"quantitative\", \"format\": \",\", \"title\": \"Number of Applications\"}]}, \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\", \"axis\": {\"gridColor\": \"#6e564b71\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 450, \"height\": 250, \"title\": \"\", \"description\": \"\", \"params\": [{\"name\": \"year_selection\", \"value\": 2021, \"bind\": {\"input\": \"range\", \"min\": 2010, \"max\": 2021, \"step\": 1, \"name\": \"Year selection:\"}}], \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/acceptance%20rate%20of%20refugees%20by%20countries.csv\"}, \"transform\": [{\"filter\": \"datum.Year == year_selection\"}, {\"filter\": \"datum['Complementary protection'] > 0\"}, {\"filter\": \"datum['Total decisions']>0\"}, {\"calculate\": \"datum['Complementary protection']/datum.Population * 100000\", \"as\": \"Protection per 100,000 Population\"}], \"encoding\": {\"x\": {\"field\": \"Total decisions\", \"type\": \"quantitative\", \"title\": \"Number of applications\", \"axis\": {\"tickCount\": 5}, \"scale\": {\"type\": \"log\", \"domain\": [1, 1000000]}}, \"y\": {\"field\": \"Complementary protection\", \"type\": \"quantitative\", \"title\": \"Refugees Granted Protection\", \"axis\": {\"tickCount\": 5}, \"scale\": {\"type\": \"log\", \"domain\": [1, 1000000]}}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"Total decisions\", \"type\": \"quantitative\", \"title\": \"Number of applications\", \"format\": \",\"}, {\"field\": \"Complementary protection\", \"title\": \"People Granted Protection\", \"type\": \"quantitative\", \"format\": \",\"}, {\"field\": \"Acceptance Rate\", \"type\": \"quantitative\", \"format\": \".2%\"}, {\"field\": \"Protection per 100,000 Population\", \"type\": \"quantitative\", \"format\": \".2f\"}]}, \"layer\": [{\"params\": [{\"name\": \"continent_selection\", \"select\": {\"type\": \"point\", \"fields\": [\"continent\"]}, \"bind\": \"legend\"}], \"mark\": {\"type\": \"circle\", \"stroke\": \"black\", \"strokeWidth\": 1}, \"encoding\": {\"size\": {\"field\": \"Population\", \"type\": \"quantitative\", \"scale\": {\"type\": \"threshold\", \"domain\": [1000000, 10000000, 50000000, 100000000, 500000000], \"range\": [25, 50, 150, 200, 500, 1000]}, \"legend\": {\"format\": \".1s\", \"orient\": \"bottom\"}}, \"color\": {\"field\": \"continent\", \"title\": \"Continent\", \"scale\": {\"domain\": [\"Oceania\", \"Europe\", \"Asia\", \"Americas\", \"Africa\"], \"range\": [\"#264653\", \"#2a9d8f\", \"#e9c46a\", \"#f4a261\", \"#e76f51\"]}, \"legend\": {\"title\": null, \"orient\": \"top\", \"symbolSize\": 200, \"symbolStrokeWidth\": 0, \"labelFontSize\": 14}}, \"opacity\": {\"condition\": {\"selection\": \"continent_selection\", \"value\": 0.8}, \"value\": 0.1}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"baseline\": \"middle\", \"fontWeight\": \"bold\"}, \"transform\": [{\"filter\": \"datum['Country of asylum'] == 'Germany' || datum['Country of asylum'] == 'China' || datum['Country of asylum'] == 'Mexico' || datum['Country of asylum'] == 'Japan' || datum['Country of asylum'] == 'Chad' || datum['Country of asylum'] == 'New Zealand' || datum['Country of asylum'] == 'Russian Federation'\"}], \"encoding\": {\"text\": {\"field\": \"Country of asylum\", \"type\": \"nominal\"}, \"color\": {\"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"continent_selection\", \"value\": 1}, \"value\": 0.1}}}, {\"transform\": [{\"filter\": \"datum.Year == 2021\"}, {\"filter\": \"datum.continent == 'Asia'\"}], \"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": 0, \"dy\": -280, \"fill\": \"black\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"value\": \"height\"}, \"text\": {\"value\": \"select legend to filter\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\", \"axis\": {\"gridColor\": \"#6e564b71\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 450, \"height\": 300, \"title\": \"Myanmar\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Myanmar_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 20\"}], \"layer\": [{\"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"mark\": {\"type\": \"rect\", \"width\": 20}, \"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}], \"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": -40, \"dy\": -70, \"fontWeight\": \"bold\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"text\": {\"value\": \"Drag to interact\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": \"Host Countries By Origin Country and Income Level\", \"vconcat\": [{\"hconcat\": [{\"title\": \"Syria\", \"width\": 350, \"height\": 200, \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Syria_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 15\"}], \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}, \"title\": null}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\", \"domain\": [1, 20000]}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}]}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"width\": 20}, \"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"mark\": {\"type\": \"text\", \"fill\": \"black\", \"fontWeight\": \"bold\", \"dy\": -5}, \"transform\": [{\"filter\": \"datum.rank <= 1\"}], \"encoding\": {\"text\": {\"field\": \"FDP over pop\"}}}]}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}]}, {\"width\": 350, \"height\": 200, \"title\": \"Venezuela\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Venezuela_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 15\"}], \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}, \"title\": null}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}]}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"width\": 20}, \"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"mark\": {\"type\": \"text\", \"fill\": \"black\", \"fontWeight\": \"bold\", \"dy\": -5}, \"transform\": [{\"filter\": \"datum.rank <= 1\"}], \"encoding\": {\"text\": {\"field\": \"FDP over pop\"}}}]}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}]}]}, {\"hconcat\": [{\"title\": \"Afghanistan\", \"width\": 350, \"height\": 200, \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Afghanistian_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 15\"}], \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}, \"title\": null}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}]}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"width\": 20}, \"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"mark\": {\"type\": \"text\", \"fill\": \"black\", \"fontWeight\": \"bold\", \"dy\": -5}, \"transform\": [{\"filter\": \"datum.rank <= 1\"}], \"encoding\": {\"text\": {\"field\": \"FDP over pop\"}}}]}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}]}, {\"width\": 350, \"height\": 200, \"title\": \"South Sudan\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Sudan_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 15\"}], \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}, \"title\": null}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}]}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"width\": 20}, \"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"mark\": {\"type\": \"text\", \"fill\": \"black\", \"fontWeight\": \"bold\", \"dy\": -5}, \"transform\": [{\"filter\": \"datum.rank <= 1\"}], \"encoding\": {\"text\": {\"field\": \"FDP over pop\"}}}]}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}]}]}, {\"width\": 350, \"height\": 200, \"title\": \"Myanmar\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Myanmar_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 15\"}], \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}]}, \"layer\": [{\"mark\": {\"type\": \"rect\", \"width\": 20}, \"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"encoding\": {\"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"mark\": {\"type\": \"text\", \"fill\": \"black\", \"fontWeight\": \"bold\", \"dy\": -5}, \"transform\": [{\"filter\": \"datum.rank <= 1\"}], \"encoding\": {\"text\": {\"field\": \"FDP over pop\"}}}]}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}]}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\", \"axis\": {\"gridColor\": \"#6e564b52\"}, \"legend\": {\"orient\": \"top\", \"labelFontSize\": 12, \"titleFontSize\": 12}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/migrant_cause_of_deaths.csv\"}, \"vconcat\": [{\"width\": 700, \"height\": 350, \"mark\": {\"type\": \"circle\", \"opacity\": 0.8, \"stroke\": \"black\", \"strokeWidth\": 1}, \"encoding\": {\"x\": {\"field\": \"Date\", \"type\": \"temporal\", \"axis\": {\"grid\": false, \"title\": \"\"}, \"scale\": {\"domain\": {\"param\": \"time_brush\"}}}, \"y\": {\"field\": \"Cause of Death\", \"type\": \"nominal\", \"axis\": {\"title\": \"\", \"labelFontWeight\": \"bold\"}}, \"size\": {\"field\": \"Number of Dead\", \"type\": \"quantitative\", \"title\": \"Number of Deaths\", \"scale\": {\"type\": \"threshold\", \"domain\": [5, 10, 50, 100, 200, 600], \"range\": [10, 50, 150, 300, 750, 1500, 3000]}}, \"color\": {\"field\": \"Sig Region\", \"type\": \"nominal\", \"legend\": {\"title\": \"Significant Region\"}, \"scale\": {\"domain\": [\"Africa\", \"Americas\", \"Asia\", \"Caribbean\", \"Europe\", \"Mediterranean\"], \"range\": [\"#e76f51\", \"#f4a261\", \"#e9c46a\", \"#756bb1\", \"#2a9d8f\", \"#1f78b4\"]}}, \"tooltip\": [{\"field\": \"Sig Region\", \"type\": \"nominal\", \"title\": \"Prominent Region\"}, {\"field\": \"Date\", \"type\": \"temporal\", \"timeUnit\": \"yearmonth\", \"title\": \"Date\"}, {\"field\": \"Number of Dead\", \"type\": \"quantitative\", \"title\": \"Death Count\"}]}}, {\"width\": 700, \"height\": 100, \"mark\": \"line\", \"title\": \"Use this line chart to filter out the data based on time\", \"params\": [{\"name\": \"time_brush\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}], \"encoding\": {\"x\": {\"field\": \"Date\", \"timeUnit\": \"yeardayofyear\", \"axis\": {\"title\": \"Year\", \"format\": \"%Y\"}}, \"y\": {\"aggregate\": \"sum\", \"field\": \"Number of Dead\", \"axis\": {\"tickCount\": 3, \"grid\": false}, \"title\": \"Total Deaths\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": \"\", \"vconcat\": [{\"projection\": {\"type\": \"naturalEarth1\"}, \"width\": 800, \"height\": 450, \"layer\": [{\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/JSON/ne_110m_admin_0_countries.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"ne_110m_admin_0_countries\"}}, \"transform\": [{\"filter\": \"datum.properties.NAME != 'Antarctica'\"}], \"mark\": {\"fill\": \"lightgray\", \"type\": \"geoshape\"}, \"encoding\": {\"fillOpacity\": {\"value\": 0.5}, \"color\": {\"value\": \"gray\"}}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/JSON/ne_110m_admin_0_countries.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"ne_110m_admin_0_countries\"}}, \"transform\": [{\"filter\": \"datum.properties.NAME != 'Antarctica'\"}, {\"filter\": \"datum.properties.NAME == 'Venezuela' || datum.properties.NAME == 'Sudan' || datum.properties.NAME == 'Afghanistan' | datum.properties.NAME == 'Myanmar' || datum.properties.NAME == 'Syria'\"}], \"params\": [{\"name\": \"hover\", \"value\": \"Sudan\", \"select\": {\"type\": \"point\", \"on\": \"mouseover\", \"fields\": [\"properties.NAME\"]}}, {\"name\": \"countrySelect\", \"value\": \"Sudan\", \"select\": {\"type\": \"point\", \"clear\": \"dblclick\", \"fields\": [\"properties.NAME\"]}}, {\"name\": \"ssda\", \"value\": \"Sudan\", \"bind\": {}}], \"mark\": {\"fill\": \"red\", \"type\": \"geoshape\", \"cursor\": \"pointer\", \"stroke\": \"black\"}, \"encoding\": {\"color\": {\"value\": \"red\"}, \"strokeWidth\": {\"condition\": [{\"param\": \"countrySelect\", \"empty\": false, \"value\": 1}, {\"param\": \"hover\", \"empty\": false, \"value\": 0.5}], \"value\": 0}, \"fillOpacity\": {\"condition\": {\"param\": \"countrySelect\", \"value\": 1}, \"value\": 0.2}, \"tooltip\": [{\"field\": \"properties.NAME\", \"title\": \"Country of origin\"}]}}]}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/FDP_movement.csv\"}, \"mark\": \"rect\", \"encoding\": {\"y\": {\"field\": \"Country of origin\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 800, \"height\": 450, \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/FDP_movement.csv\"}, \"mark\": {\"type\": \"rect\", \"strokeWidth\": 2}, \"params\": [{\"name\": \"highlight\", \"select\": \"point\"}, {\"name\": \"grid\", \"select\": \"interval\", \"bind\": \"scales\"}, {\"name\": \"hover\", \"select\": {\"type\": \"point\", \"on\": \"mouseover\"}}], \"transform\": [{\"calculate\": \"datum.FDP+1\", \"as\": \"FDPlog\"}, {\"window\": [{\"op\": \"rank\", \"as\": \"ranking\"}], \"sort\": [{\"field\": \"FDP\", \"order\": \"descending\"}]}, {\"filter\": \"datum.rank < 100\"}], \"encoding\": {\"y\": {\"field\": \"Country of origin\", \"type\": \"nominal\", \"title\": \"Country of Origin\"}, \"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"title\": \"Country of Asylum\", \"axis\": {\"labelAngle\": 60}}, \"color\": {\"field\": \"FDP\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"Number of FDPs\"}, \"opacity\": {\"condition\": {\"param\": \"highlight\", \"value\": 1}, \"value\": 0.2}, \"order\": {\"condition\": {\"param\": \"highlight\", \"value\": 1}, \"value\": 0}, \"stroke\": {\"condition\": [{\"param\": \"highlight\", \"empty\": false, \"value\": \"black\"}, {\"param\": \"hover\", \"empty\": false, \"value\": \"black\"}], \"value\": null}, \"tooltip\": [{\"field\": \"Country of asylum\"}, {\"field\": \"FDP\", \"format\": \",\", \"title\": \"FDPs\"}]}, \"config\": {\"scale\": {\"bandPaddingInner\": 0, \"bandPaddingOuter\": 0}, \"view\": {\"step\": 20, \"stroke\": null}, \"range\": {\"ramp\": {\"scheme\": \"reds\"}}, \"axis\": {\"domain\": false}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": 450, \"height\": 250, \"title\": \"Global Forcibly Displaced Population\", \"description\": \"Rank of countries based on average rejection rate\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Displaced%20People%202010-2021%20transformed.csv\"}, \"encoding\": {\"x\": {\"field\": \"year\", \"type\": \"temporal\", \"title\": \"Year\"}}, \"layer\": [{\"encoding\": {\"color\": {\"field\": \"DP type\", \"type\": \"nominal\", \"legend\": {\"orient\": \"top-left\", \"labelFontWeight\": \"bold\"}, \"title\": null}, \"y\": {\"field\": \"Value\", \"type\": \"quantitative\", \"axis\": {\"tickCount\": 8}}, \"opacity\": {\"value\": 1}}, \"layer\": [{\"mark\": {\"type\": \"line\", \"interpolate\": \"natural\"}}, {\"transform\": [{\"filter\": {\"param\": \"hover\", \"empty\": false}}], \"mark\": {\"type\": \"point\", \"size\": 100, \"filled\": true}}]}, {\"encoding\": {\"color\": {\"field\": \"DP type\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Value\", \"type\": \"quantitative\", \"title\": \"\"}, \"opacity\": {\"value\": 1}}, \"layer\": [{\"mark\": {\"type\": \"line\", \"interpolate\": \"natural\"}}, {\"transform\": [{\"filter\": {\"param\": \"hover\", \"empty\": false}}], \"mark\": {\"type\": \"point\", \"size\": 500, \"filled\": false}}]}, {\"transform\": [{\"pivot\": \"DP type\", \"value\": \"Value\", \"groupby\": [\"year\"]}], \"params\": [{\"name\": \"hover\", \"select\": {\"type\": \"point\", \"fields\": [\"year\"], \"nearest\": true, \"on\": \"mouseover\", \"clear\": \"mouseout\"}}], \"mark\": {\"type\": \"rule\"}, \"encoding\": {\"opacity\": {\"condition\": {\"value\": 0.5, \"param\": \"hover\", \"empty\": false}, \"value\": 0}, \"tooltip\": [{\"field\": \"Internally Displaced People\", \"type\": \"quantitative\", \"title\": \"Internally Displaced People\", \"format\": \",\"}, {\"field\": \"Refugees\", \"type\": \"quantitative\", \"format\": \",\"}, {\"field\": \"Asylum Seekers\", \"type\": \"quantitative\", \"format\": \",\"}]}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\", \"axis\": {\"gridColor\": \"#6e564b71\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": \"\", \"params\": [{\"name\": \"Year_selection\", \"value\": 2021, \"bind\": {\"input\": \"range\", \"min\": 2010, \"max\": 2021, \"step\": 1, \"name\": \"Year: \"}}], \"width\": 900, \"height\": 450, \"projection\": {\"type\": \"naturalEarth1\"}, \"layer\": [{\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/JSON/ne_110m_admin_0_countries.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"ne_110m_admin_0_countries\"}}, \"transform\": [{\"filter\": \"datum.properties.NAME != 'Antarctica'\"}], \"mark\": {\"fill\": \"lightgray\", \"type\": \"geoshape\"}, \"encoding\": {\"fillOpacity\": {\"value\": 0.5}, \"color\": {\"value\": \"gray\"}}}, {\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/countries_of_asylum_for_refugees.csv\"}, \"transform\": [{\"lookup\": \"Country of Asylum\", \"from\": {\"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/JSON/ne_110m_admin_0_countries.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"ne_110m_admin_0_countries\"}}, \"key\": \"properties.NAME\"}, \"as\": \"Country\"}, {\"calculate\": \"datum.Refugees\", \"as\": \"Number of Refugees\"}, {\"calculate\": \"toNumber(datum.Refugees)\", \"as\": \"num_refugees\"}, {\"filter\": \"datum.Refugees > 0\"}, {\"filter\": \"datum.Year == Year_selection\"}, {\"calculate\": \"datum['Refugees'] + ' refugees in ' + datum['Country of Asylum']\", \"as\": \"text_annotation_raw\"}, {\"calculate\": \"split(datum.text_annotation_raw, ';')\", \"as\": \"text_annotation\"}], \"encoding\": {\"shape\": {\"field\": \"Country\", \"type\": \"geojson\"}, \"color\": {\"field\": \"Number of Refugees\", \"type\": \"quantitative\", \"scale\": {\"scheme\": \"bluegreen\", \"type\": \"log\", \"domain\": [1, 5000000]}, \"legend\": {\"format\": \".1s\"}}, \"longitude\": {\"field\": \"CA longitude\", \"type\": \"quantitative\"}, \"latitude\": {\"field\": \"CA latitude\", \"type\": \"quantitative\"}, \"tooltip\": [{\"field\": \"Country.properties.NAME\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"Refugees\", \"type\": \"quantitative\", \"format\": \",\", \"title\": \"Number of Refugees\"}]}, \"layer\": [{\"mark\": {\"type\": \"geoshape\", \"cursor\": \"pointer\", \"stroke\": \"black\"}, \"params\": [{\"name\": \"hover\", \"select\": {\"type\": \"point\", \"on\": \"mouseover\"}}, {\"name\": \"select\", \"select\": {\"type\": \"point\", \"clear\": \"dblclick\"}}], \"encoding\": {\"strokeWidth\": {\"condition\": [{\"param\": \"select\", \"empty\": false, \"value\": 1}, {\"param\": \"hover\", \"empty\": false, \"value\": 0.5}], \"value\": 0}, \"fillOpacity\": {\"condition\": {\"param\": \"select\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": \"datum['Country of Asylum'] == 'Turkey' || datum['Country of Asylum'] == 'Pakistan' || datum['Country of Asylum'] == 'United States' || datum['Country of Asylum'] == 'Brazil' || datum['Country of Asylum'] == 'Uganda' || datum['Country of Asylum'] == 'Germany' || datum['Country of Asylum'] == 'Australia'\"}], \"mark\": {\"type\": \"text\", \"align\": \"left\", \"dx\": 0, \"dy\": 0, \"baseline\": \"middle\", \"fontSize\": 12, \"fontWeight\": \"bold\", \"fill\": \"#000000\"}, \"encoding\": {\"text\": {\"field\": \"text_annotation\"}, \"opacity\": {\"condition\": {\"param\": \"select\", \"value\": 1}, \"value\": 0.2}}}]}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 450, \"height\": 300, \"title\": \"Afghanistan\", \"data\": {\"url\": \"https://raw.githubusercontent.com/timjordanRe/DataVisA2_RefugeeData/main/Datasets/Afghanistian_move.csv\"}, \"transform\": [{\"filter\": \"datum.rank <= 20\"}], \"layer\": [{\"selection\": {\"brush\": {\"type\": \"interval\", \"encodings\": [\"x\"]}}, \"mark\": {\"type\": \"rect\", \"width\": 20}, \"encoding\": {\"x\": {\"field\": \"Country of asylum\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 30}}, \"y\": {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"scale\": {\"type\": \"log\"}, \"title\": \"\"}, \"color\": {\"field\": \"Income group\"}, \"tooltip\": [{\"field\": \"Country of asylum\", \"type\": \"nominal\"}, {\"field\": \"FDP over pop\", \"type\": \"quantitative\", \"title\": \"FDPs hosted per 100,000 pop.\", \"format\": \"0.2f\"}, {\"field\": \"FDP\", \"type\": \"quantitative\", \"title\": \"Total FDPs\", \"format\": \",\"}], \"opacity\": {\"condition\": {\"selection\": \"brush\", \"value\": 1}, \"value\": 0.2}}}, {\"transform\": [{\"filter\": {\"selection\": \"brush\"}}], \"mark\": \"rule\", \"encoding\": {\"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"color\": {\"value\": \"firebrick\"}, \"size\": {\"value\": 3}}}, {\"mark\": {\"type\": \"text\", \"align\": \"center\", \"dx\": -40, \"dy\": -90, \"fontWeight\": \"bold\"}, \"encoding\": {\"x\": {\"value\": \"width\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"FDP over pop\", \"type\": \"quantitative\"}, \"text\": {\"value\": \"Drag to interact\"}}}], \"config\": {\"view\": {\"stroke\": null}, \"background\": \"#ff000000\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2022/main/data/bfro_reports_fall2022.csv\"}, \"hconcat\": [{\"params\": [{\"name\": \"brush\", \"select\": \"interval\"}], \"mark\": \"rect\", \"height\": 400, \"width\": 300, \"encoding\": {\"x\": {\"bin\": {\"maxbins\": 10}, \"field\": \"pressure\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"state\", \"type\": \"ordinal\"}, \"color\": {\"aggregate\": \"count\", \"type\": \"quantitative\"}}}, {\"transform\": [{\"filter\": {\"param\": \"brush\"}}], \"mark\": \"bar\", \"height\": 400, \"encoding\": {\"x\": {\"bin\": {\"maxbins\": 15}, \"field\": \"wind_speed\", \"type\": \"quantitative\", \"title\": \"wind_speed\"}, \"y\": {\"aggregate\": \"count\", \"type\": \"quantitative\", \"axis\": {\"title\": \"Frequency\"}}}}], \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_bcubcg_fall2022/main/data/bfro_reports_fall2022.csv\"}, \"mark\": \"rect\", \"width\": 400, \"height\": 450, \"encoding\": {\"x\": {\"bin\": {\"maxbins\": 30}, \"field\": \"moon_phase\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"state\", \"type\": \"ordinal\"}, \"color\": {\"aggregate\": \"count\", \"type\": \"quantitative\"}}, \"config\": {\"view\": {\"stroke\": \"transparent\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Adding a slider to this choropleth map was the bane of my existence in this project. I was able to get a map showing data from a single year, but I struggled filtering this by year. Credit to 'wahab memon' on Stack Overflow who managed to point me in the right direction. The issue was that I had not provided the necessary fields in my lookup transform, and inverting my main and lookup data helped me bring all the years for my countries. I used the help I got on a European countries topojson to make a world map topojson, which had different keys and a different json structure. The underlying data is from ourworldindata.org - https://ourworldindata.org/renewable-energy, and the topojson is from deldersveld.\", \"title\": {\"text\": [\"The changes in world GDP between the years 1950 and 2018\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"height\": 300, \"width\": 230, \"background\": \"white\", \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/countrygdp.csv\"}, \"transform\": [{\"lookup\": \"Entity\", \"from\": {\"data\": {\"url\": \"https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries-sans-antarctica.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"countries1\"}}, \"key\": \"properties.name\", \"fields\": [\"properties\", \"type\", \"geometry\"]}}, {\"filter\": \"datum.Year==year\"}], \"params\": [{\"name\": \"year\", \"value\": 2018, \"bind\": {\"input\": \"range\", \"min\": 1950, \"max\": 2018, \"step\": 1, \"name\": \"Select the year:\"}}], \"projection\": {\"type\": \"equalEarth\"}, \"mark\": \"geoshape\", \"encoding\": {\"color\": {\"field\": \"GDP\", \"type\": \"quantitative\"}, \"tooltip\": [{\"field\": \"properties.name\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"GDP\", \"type\": \"quantitative\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Adding a slider to this choropleth map was the bane of my existence in this project. I was able to get a map showing data from a single year, but I struggled filtering this by year. Credit to 'wahab memon' on Stack Overflow who managed to point me in the right direction. The issue was that I had not provided the necessary fields in my lookup transform, and inverting my main and lookup data helped me bring all the years for my countries. I used the help I got on a European countries topojson to make a world map topojson, which had different keys and a different json structure. The underlying data is from ourworldindata.org - https://ourworldindata.org/renewable-energy, and the topojson is from deldersveld.\", \"title\": {\"text\": [\"The changes in world GDP between the years 1950 and 2018\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"height\": 400, \"width\": 630, \"background\": \"white\", \"config\": {\"style\": {\"cell\": {\"stroke\": \"transparent\"}}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/countrygdp.csv\"}, \"transform\": [{\"lookup\": \"Entity\", \"from\": {\"data\": {\"url\": \"https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries-sans-antarctica.json\", \"format\": {\"type\": \"topojson\", \"feature\": \"countries1\"}}, \"key\": \"properties.name\", \"fields\": [\"properties\", \"type\", \"geometry\"]}}, {\"filter\": \"datum.Year==year\"}], \"params\": [{\"name\": \"year\", \"value\": 2018, \"bind\": {\"input\": \"range\", \"min\": 1950, \"max\": 2018, \"step\": 1, \"name\": \"Select the year:\"}}], \"projection\": {\"type\": \"equalEarth\"}, \"mark\": \"geoshape\", \"encoding\": {\"color\": {\"field\": \"GDP\", \"type\": \"quantitative\"}, \"tooltip\": [{\"field\": \"properties.name\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"GDP\", \"type\": \"quantitative\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Women's football performance vs economic development\", \"subtitle\": [\"Human Development Index (x), FIFA ranking points (y). 2021 data\", \"Size of points based on popluation\", \"\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/RDeconomist/RDeconomist.github.io/main/charts/football/dataWomensFIFA.csv\", \"format\": {\"type\": \"csv\"}}, \"mark\": {\"type\": \"circle\", \"color\": \"green\", \"opacity\": 0.7}, \"height\": 285, \"width\": 300, \"encoding\": {\"x\": {\"field\": \"HDI_2021\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0.3, 1]}, \"axis\": {\"grid\": false}, \"title\": null}, \"y\": {\"field\": \"FIFA_rank_2021\", \"type\": \"quantitative\", \"scale\": {\"domain\": [300, 2200]}, \"axis\": {\"grid\": false}, \"title\": null}, \"size\": {\"field\": \"Population_2021\", \"type\": \"quantitative\", \"title\": \"Prison Rate\", \"scale\": {\"range\": [10, 800]}, \"legend\": null}, \"tooltip\": [{\"field\": \"country\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"FIFA_rank_2021\", \"type\": \"quantitative\", \"title\": \"Rank\", \"format\": \".0f\"}, {\"field\": \"HDI_2021\", \"type\": \"quantitative\", \"title\": \"HDI\", \"format\": \".2f\"}, {\"field\": \"Population_2021\", \"type\": \"quantitative\", \"title\": \"Population\", \"format\": \",\"}]}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Borrowing levels in relation to global GDP\", \"subtitle\": \"The outstadning credit levels of the IMF in relation to global GDP levels\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/updated%20values.csv\"}, \"height\": 300, \"width\": 600, \"mark\": {\"type\": \"bar\", \"color\": \"#2b1d70\"}, \"encoding\": {\"x\": {\"field\": \"Date\", \"type\": \"nominal\", \"axis\": {\"title\": null, \"grid\": false, \"ticks\": false, \"labelAngle\": 45}}, \"y\": {\"field\": \"numbers\", \"type\": \"quantitative\", \"title\": \"\", \"axis\": {\"grid\": false}}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Comparing standard USA trends as an indication for the global market\", \"subtitle\": [\"\", \"The changes in key economic metrics in the USA\", \"\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 14, \"fontSize\": 18, \"anchor\": \"middle\", \"color\": \"black\"}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/trellis2.csv\"}, \"height\": 120, \"width\": 120, \"mark\": {\"type\": \"line\", \"strokeWidth\": 1.5}, \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"temporal\", \"title\": \"Year\", \"axis\": {\"grid\": true, \"labelAngle\": 30, \"labelFontSize\": 12}}, \"y\": {\"field\": \"Value\", \"type\": \"quantitative\", \"title\": \"Respective Value\"}, \"facet\": {\"field\": \"Type\", \"columns\": 4, \"title\": null, \"header\": {\"titleColor\": \"black\", \"labelColor\": \"black\", \"labelFontSize\": 10}}, \"color\": {\"value\": \"black\", \"condition\": [{\"test\": \"datum.Type =='GDP (Total US$)'\", \"value\": \"darkorange\"}, {\"test\": \"datum.Type =='Inflation Rate (%)'\", \"value\": \"blue\"}, {\"test\": \"datum.Type =='Fish Production (metric tonnes)'\", \"value\": \"steelblue\"}, {\"test\": \"datum.Type =='Crop Production Index (2014-2016=100)'\", \"value\": \"yellow\"}, {\"test\": \"datum.Type =='Unemployment Rate (%)'\", \"value\": \"hotpink\"}, {\"test\": \"datum.Type =='Military Spending $'\", \"value\": \"moccasin\"}, {\"test\": \"datum.Type =='Emissions (kg per PPP $ of GDP'\", \"value\": \"orange\"}, {\"test\": \"datum.Type =='Electricity Production (kWh per capita)'\", \"value\": \"purple\"}, {\"test\": \"datum.Type =='Birth Rate (Per 1000 women)'\", \"value\": \"sandybrown\"}, {\"test\": \"datum.Type =='Life Expectancy'\", \"value\": \"maroon\"}, {\"test\": \"datum.Type =='Gini Index'\", \"value\": \"peru\"}, {\"test\": \"datum.Type =='International Tourism Arrivals'\", \"value\": \"plum\"}]}, \"tooltip\": [{\"field\": \"Value\", \"type\": \"quantitative\", \"title\": \"Respective Value\"}, {\"field\": \"Year\", \"type\": \"temporal\", \"title\": \"Year\"}]}, \"resolve\": {\"scale\": {\"y\": \"independent\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Size and Inflation Correlation\", \"subtitle\": [\"Regression of country GDP size vs GDP growth rate. Source: TheWorldBank\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"darkblue\"}, \"height\": 285, \"width\": 230, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/diffcountries.csv\", \"format\": {\"type\": \"csv\"}}, \"layer\": [{\"mark\": {\"type\": \"circle\", \"color\": \"blueviolet\", \"opacity\": 1, \"size\": 100}, \"encoding\": {\"x\": {\"field\": \"total\", \"type\": \"quantitative\", \"title\": \"Total GDP\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Inflation rate (%)\", \"scale\": {\"domain\": [0, 20]}}, \"color\": {\"field\": \"continent\", \"type\": \"nominal\", \"title\": \"Continent:\", \"scale\": {\"scheme\": \"dark2\"}}, \"tooltip\": [{\"field\": \"country\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"total\", \"type\": \"quantitative\", \"title\": \"Total GDP\", \"format\": \".2f\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Inflation Rate\"}]}}, {\"mark\": {\"type\": \"line\", \"color\": \"springgreen\"}, \"transform\": [{\"regression\": \"value\", \"on\": \"total\", \"extent\": [1, 4940880000000]}], \"encoding\": {\"x\": {\"field\": \"total\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}}, {\"transform\": [{\"regression\": \"value\", \"on\": \"total\", \"params\": true}, {\"calculate\": \"'R\\u00b2: '+format(datum.rSquared, '.2f')\", \"as\": \"R2\"}], \"mark\": {\"type\": \"text\", \"color\": \"firebrick\", \"x\": \"width\", \"align\": \"right\", \"y\": -10}, \"encoding\": {\"text\": {\"type\": \"ordinal\", \"field\": \"R2\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"Is there a correlation between the size of a countries economy and it's growth rate?\", \"subtitle\": [\"Regression of country GDP size vs GDP growth rate. Source: TheWorldBank\"], \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"darkblue\"}, \"height\": 390, \"width\": 630, \"config\": {\"background\": \"white\", \"view\": {\"stroke\": \"transparent\"}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/diffcountries.csv\", \"format\": {\"type\": \"csv\"}}, \"layer\": [{\"mark\": {\"type\": \"circle\", \"color\": \"blueviolet\", \"opacity\": 1, \"size\": 100}, \"encoding\": {\"x\": {\"field\": \"total\", \"type\": \"quantitative\", \"title\": \"Total GDP\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Inflation rate (%)\", \"scale\": {\"domain\": [0, 20]}}, \"color\": {\"field\": \"continent\", \"type\": \"nominal\", \"title\": \"Continent:\", \"scale\": {\"scheme\": \"dark2\"}}, \"tooltip\": [{\"field\": \"country\", \"type\": \"ordinal\", \"title\": \"Country\"}, {\"field\": \"total\", \"type\": \"quantitative\", \"title\": \"Total GDP\", \"format\": \".2f\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Inflation Rate\"}]}}, {\"mark\": {\"type\": \"line\", \"color\": \"springgreen\"}, \"transform\": [{\"regression\": \"value\", \"on\": \"total\", \"extent\": [1, 4940880000000]}], \"encoding\": {\"x\": {\"field\": \"total\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}}, {\"transform\": [{\"regression\": \"value\", \"on\": \"total\", \"params\": true}, {\"calculate\": \"'R\\u00b2: '+format(datum.rSquared, '.2f')\", \"as\": \"R2\"}], \"mark\": {\"type\": \"text\", \"color\": \"firebrick\", \"x\": \"width\", \"align\": \"right\", \"y\": -10}, \"encoding\": {\"text\": {\"type\": \"ordinal\", \"field\": \"R2\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"title\": {\"text\": \"The total consumption of G7 Countries since 1972 (Last 50 years)\", \"font\": \"'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif\", \"subtitle\": \"Source: World Bank\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"darkblue\"}, \"height\": 400, \"width\": 500, \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/consumption.csv\"}, \"mark\": {\"type\": \"line\", \"opacity\": 1, \"size\": 2.5}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Year\", \"scale\": {\"domain\": [\"1972\", \"2021\"]}}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"Total accumulated spending in US$ \"}, \"color\": {\"field\": \"country\", \"type\": \"nominal\", \"title\": \"G7 Countries\", \"scale\": {\"scheme\": \"set1\"}}, \"tooltip\": [{\"field\": \"country\", \"type\": \"nominal\", \"title\": \"Country\"}, {\"field\": \"date\", \"type\": \"temporal\", \"title\": \"Date\"}, {\"field\": \"value\", \"type\": \"quantitative\", \"title\": \"The total consumption of G7 Countries over the last 30 years\"}]}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_DKN5.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI 12mth: Travel & transport services (S) 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_DKL5.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI 12mth: Energy (G) 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_DKK3.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI 12mth: Non-energy industrial goods (G) 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_D7NN.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI ANNUAL RATE: Services 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_D7NM.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI ANNUAL RATE: Goods 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://raw.githubusercontent.com/SamJones033/SamJones033.github.io/main/ONSdata_D7GF.json\", \"format\": {\"type\": \"json\", \"property\": \"months\"}}, \"title\": {\"text\": \"CPI ANNUAL RATE 08 : COMMUNICATION 2015=100\", \"subtitle\": \"(\\u00a3million, Source: ONS)\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 300, \"height\": 290, \"mark\": {\"type\": \"line\", \"color\": \"#002199\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\", \"axis\": {\"grid\": false}, \"title\": \"Date\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\", \"axis\": {\"grid\": false}, \"title\": \"Inflation\"}}, \"config\": {}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A simple bar chart with embedded data.\", \"width\": 2000, \"data\": {\"values\": [{\" Inflation Rate\": 1.0036, \"Year\": 1960.0}, {\" Inflation Rate\": 3.4475, \"Year\": 1961.0}, {\" Inflation Rate\": 4.1965, \"Year\": 1962.0}, {\" Inflation Rate\": 2.0185, \"Year\": 1963.0}, {\" Inflation Rate\": 3.2816, \"Year\": 1964.0}, {\" Inflation Rate\": 4.7738, \"Year\": 1965.0}, {\" Inflation Rate\": 3.9096, \"Year\": 1966.0}, {\" Inflation Rate\": 2.4821, \"Year\": 1967.0}, {\" Inflation Rate\": 4.6974, \"Year\": 1968.0}, {\" Inflation Rate\": 5.4467, \"Year\": 1969.0}, {\" Inflation Rate\": 6.3666, \"Year\": 1970.0}, {\" Inflation Rate\": 9.4448, \"Year\": 1971.0}, {\" Inflation Rate\": 7.0711, \"Year\": 1972.0}, {\" Inflation Rate\": 9.196, \"Year\": 1973.0}, {\" Inflation Rate\": 16.044, \"Year\": 1974.0}, {\" Inflation Rate\": 24.2073, \"Year\": 1975.0}, {\" Inflation Rate\": 16.5595, \"Year\": 1976.0}, {\" Inflation Rate\": 15.8403, \"Year\": 1977.0}, {\" Inflation Rate\": 8.2631, \"Year\": 1978.0}, {\" Inflation Rate\": 13.4213, \"Year\": 1979.0}, {\" Inflation Rate\": 17.9659, \"Year\": 1980.0}, {\" Inflation Rate\": 11.8766, \"Year\": 1981.0}, {\" Inflation Rate\": 8.5989, \"Year\": 1982.0}, {\" Inflation Rate\": 4.6093, \"Year\": 1983.0}, {\" Inflation Rate\": 4.9607, \"Year\": 1984.0}, {\" Inflation Rate\": 6.0714, \"Year\": 1985.0}, {\" Inflation Rate\": 3.4276, \"Year\": 1986.0}, {\" Inflation Rate\": 4.1489, \"Year\": 1987.0}, {\" Inflation Rate\": 4.1554, \"Year\": 1988.0}, {\" Inflation Rate\": 5.7602, \"Year\": 1989.0}, {\" Inflation Rate\": 8.0635, \"Year\": 1990.0}, {\" Inflation Rate\": 7.4618, \"Year\": 1991.0}, {\" Inflation Rate\": 4.5915, \"Year\": 1992.0}, {\" Inflation Rate\": 2.5586, \"Year\": 1993.0}, {\" Inflation Rate\": 2.219, \"Year\": 1994.0}, {\" Inflation Rate\": 2.6975, \"Year\": 1995.0}, {\" Inflation Rate\": 2.8518, \"Year\": 1996.0}, {\" Inflation Rate\": 2.2011, \"Year\": 1997.0}, {\" Inflation Rate\": 1.8206, \"Year\": 1998.0}, {\" Inflation Rate\": 1.753, \"Year\": 1999.0}, {\" Inflation Rate\": 1.183, \"Year\": 2000.0}, {\" Inflation Rate\": 1.5323, \"Year\": 2001.0}, {\" Inflation Rate\": 1.5204, \"Year\": 2002.0}, {\" Inflation Rate\": 1.3765, \"Year\": 2003.0}, {\" Inflation Rate\": 1.3904, \"Year\": 2004.0}, {\" Inflation Rate\": 2.0891, \"Year\": 2005.0}, {\" Inflation Rate\": 2.4557, \"Year\": 2006.0}, {\" Inflation Rate\": 2.3866, \"Year\": 2007.0}, {\" Inflation Rate\": 3.5214, \"Year\": 2008.0}, {\" Inflation Rate\": 1.9617, \"Year\": 2009.0}, {\" Inflation Rate\": 2.4927, \"Year\": 2010.0}, {\" Inflation Rate\": 3.8561, \"Year\": 2011.0}, {\" Inflation Rate\": 2.5732, \"Year\": 2012.0}, {\" Inflation Rate\": 2.2917, \"Year\": 2013.0}, {\" Inflation Rate\": 1.4511, \"Year\": 2014.0}, {\" Inflation Rate\": 0.368, \"Year\": 2015.0}, {\" Inflation Rate\": 1.0084, \"Year\": 2016.0}, {\" Inflation Rate\": 2.5578, \"Year\": 2017.0}, {\" Inflation Rate\": 2.2928, \"Year\": 2018.0}, {\" Inflation Rate\": 1.7381, \"Year\": 2019.0}, {\" Inflation Rate\": 0.9895, \"Year\": 2020.0}, {\" Inflation Rate\": 2.5184, \"Year\": 2021.0}]}, \"mark\": \"bar\", \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 0}}, \"y\": {\"field\": \" Inflation Rate\", \"type\": \"quantitative\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Inflation Data\", \"title\": {\"text\": \"Levels of UK Inflation\", \"subtitle\": \"UK Inflation from the year 1960 to the year 2009\", \"subtitleFontStyle\": \"italic\", \"subtitleFontSize\": 10, \"anchor\": \"start\", \"color\": \"black\"}, \"width\": 1500, \"height\": 290, \"data\": {\"values\": [{\" Inflation Rate\": 1.0036, \"Year\": 1960}, {\" Inflation Rate\": 3.4475, \"Year\": 1961}, {\" Inflation Rate\": 4.1965, \"Year\": 1962}, {\" Inflation Rate\": 2.0185, \"Year\": 1963}, {\" Inflation Rate\": 3.2816, \"Year\": 1964}, {\" Inflation Rate\": 4.7738, \"Year\": 1965}, {\" Inflation Rate\": 3.9096, \"Year\": 1966}, {\" Inflation Rate\": 2.4821, \"Year\": 1967}, {\" Inflation Rate\": 4.6974, \"Year\": 1968}, {\" Inflation Rate\": 5.4467, \"Year\": 1969}, {\" Inflation Rate\": 6.3666, \"Year\": 1970}, {\" Inflation Rate\": 9.4448, \"Year\": 1971}, {\" Inflation Rate\": 7.0711, \"Year\": 1972}, {\" Inflation Rate\": 9.196, \"Year\": 1973}, {\" Inflation Rate\": 16.044, \"Year\": 1974}, {\" Inflation Rate\": 24.2073, \"Year\": 1975}, {\" Inflation Rate\": 16.5595, \"Year\": 1976}, {\" Inflation Rate\": 15.8403, \"Year\": 1977}, {\" Inflation Rate\": 8.2631, \"Year\": 1978}, {\" Inflation Rate\": 13.4213, \"Year\": 1979}, {\" Inflation Rate\": 17.9659, \"Year\": 1980}, {\" Inflation Rate\": 11.8766, \"Year\": 1981}, {\" Inflation Rate\": 8.5989, \"Year\": 1982}, {\" Inflation Rate\": 4.6093, \"Year\": 1983}, {\" Inflation Rate\": 4.9607, \"Year\": 1984}, {\" Inflation Rate\": 6.0714, \"Year\": 1985}, {\" Inflation Rate\": 3.4276, \"Year\": 1986}, {\" Inflation Rate\": 4.1489, \"Year\": 1987}, {\" Inflation Rate\": 4.1554, \"Year\": 1988}, {\" Inflation Rate\": 5.7602, \"Year\": 1989}, {\" Inflation Rate\": 8.0635, \"Year\": 1990}, {\" Inflation Rate\": 7.4618, \"Year\": 1991}, {\" Inflation Rate\": 4.5915, \"Year\": 1992}, {\" Inflation Rate\": 2.5586, \"Year\": 1993}, {\" Inflation Rate\": 2.219, \"Year\": 1994}, {\" Inflation Rate\": 2.6975, \"Year\": 1995}, {\" Inflation Rate\": 2.8518, \"Year\": 1996}, {\" Inflation Rate\": 2.2011, \"Year\": 1997}, {\" Inflation Rate\": 1.8206, \"Year\": 1998}, {\" Inflation Rate\": 1.753, \"Year\": 1999}, {\" Inflation Rate\": 1.183, \"Year\": 2000}, {\" Inflation Rate\": 1.5323, \"Year\": 2001}, {\" Inflation Rate\": 1.5204, \"Year\": 2002}, {\" Inflation Rate\": 1.3765, \"Year\": 2003}, {\" Inflation Rate\": 1.3904, \"Year\": 2004}, {\" Inflation Rate\": 2.0891, \"Year\": 2005}, {\" Inflation Rate\": 2.4557, \"Year\": 2006}, {\" Inflation Rate\": 2.3866, \"Year\": 2007}, {\" Inflation Rate\": 3.5214, \"Year\": 2008}, {\" Inflation Rate\": 1.9617, \"Year\": 2009}, {\" Inflation Rate\": 2.4927, \"Year\": 2010}, {\" Inflation Rate\": 3.8561, \"Year\": 2011}, {\" Inflation Rate\": 2.5732, \"Year\": 2012}, {\" Inflation Rate\": 2.2917, \"Year\": 2013}, {\" Inflation Rate\": 1.4511, \"Year\": 2014}, {\" Inflation Rate\": 0.368, \"Year\": 2015}, {\" Inflation Rate\": 1.0084, \"Year\": 2016}, {\" Inflation Rate\": 2.5578, \"Year\": 2017}, {\" Inflation Rate\": 2.2928, \"Year\": 2018}, {\" Inflation Rate\": 1.7381, \"Year\": 2019}, {\" Inflation Rate\": 0.9895, \"Year\": 2020}, {\" Inflation Rate\": 2.5184, \"Year\": 2021}]}, \"mark\": \"bar\", \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"nominal\", \"axis\": {\"labelAngle\": 0}}, \"y\": {\"field\": \" Inflation Rate\", \"type\": \"quantitative\"}}, \"config\": {}}"