1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-09-10 16:57:15 +02:00
covid19-opendata-vaccini/dati/anagrafica-vaccini-summary-latest.json

134 lines
3.8 KiB
JSON
Raw Normal View History

2021-01-05 13:39:35 +01:00
{
"schema":{
"fields":[
{
"name":"index",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-05 13:39:35 +01:00
},
{
"name":"fascia_anagrafica",
"type":"string"
},
{
"name":"totale",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-05 13:39:35 +01:00
},
{
"name":"sesso_maschile",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-05 13:39:35 +01:00
},
{
"name":"sesso_femminile",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-05 13:39:35 +01:00
},
2021-01-18 21:12:24 +01:00
{
"name":"prima_dose",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-18 21:12:24 +01:00
},
{
"name":"seconda_dose",
2021-05-19 10:34:24 +02:00
"type":"integer"
2021-01-18 21:12:24 +01:00
},
2021-01-05 13:39:35 +01:00
{
"name":"ultimo_aggiornamento",
"type":"datetime"
}
],
"primaryKey":[
"index"
],
"pandas_version":"0.20.0"
},
"data":[
2021-05-19 10:34:24 +02:00
{
"index":0,
2021-06-02 00:02:41 +02:00
"fascia_anagrafica":"12-19",
2021-06-13 21:09:22 +02:00
"totale":420256,
"sesso_maschile":205762,
"sesso_femminile":214494,
"prima_dose":380278,
"seconda_dose":39978,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-06-13 21:09:22 +02:00
"totale":2090602,
"sesso_maschile":948863,
"sesso_femminile":1141739,
"prima_dose":1518418,
"seconda_dose":572184,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-06-13 21:09:22 +02:00
"totale":2822655,
"sesso_maschile":1304560,
"sesso_femminile":1518095,
"prima_dose":2009009,
"seconda_dose":813646,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-06-13 21:09:22 +02:00
"totale":5107000,
"sesso_maschile":2327085,
"sesso_femminile":2779915,
"prima_dose":3875343,
"seconda_dose":1231657,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-06-13 21:09:22 +02:00
"totale":8210225,
"sesso_maschile":3848392,
"sesso_femminile":4361833,
"prima_dose":6279995,
"seconda_dose":1930230,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-06-13 21:09:22 +02:00
"totale":8063144,
"sesso_maschile":3906593,
"sesso_femminile":4156551,
"prima_dose":5869718,
"seconda_dose":2193426,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-06-13 21:09:22 +02:00
"totale":7477639,
"sesso_maschile":3561159,
"sesso_femminile":3916480,
"prima_dose":5136386,
"seconda_dose":2341253,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-06-13 21:09:22 +02:00
"totale":6491038,
"sesso_maschile":2702666,
"sesso_femminile":3788372,
"prima_dose":3386702,
"seconda_dose":3104336,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-06-13 21:09:22 +02:00
"totale":1476568,
"sesso_maschile":442885,
"sesso_femminile":1033683,
"prima_dose":781080,
"seconda_dose":695488,
2021-06-13 06:10:06 +02:00
"ultimo_aggiornamento":"2021-06-13T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}