1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-09-12 17:57:27 +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-29 21:10:46 +02:00
"totale":738747,
"sesso_maschile":362197,
"sesso_femminile":376550,
"prima_dose":668917,
"seconda_dose":69830,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-06-29 21:10:46 +02:00
"totale":3148998,
"sesso_maschile":1486860,
"sesso_femminile":1662138,
"prima_dose":2397750,
"seconda_dose":751248,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-06-29 21:10:46 +02:00
"totale":4155711,
"sesso_maschile":1994780,
"sesso_femminile":2160931,
"prima_dose":3130921,
"seconda_dose":1024790,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-06-29 21:10:46 +02:00
"totale":6848345,
"sesso_maschile":3198138,
"sesso_femminile":3650207,
"prima_dose":5147966,
"seconda_dose":1700379,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-06-29 21:10:46 +02:00
"totale":10101187,
"sesso_maschile":4777141,
"sesso_femminile":5324046,
"prima_dose":6884123,
"seconda_dose":3217064,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-06-29 21:10:46 +02:00
"totale":9252878,
"sesso_maschile":4466471,
"sesso_femminile":4786407,
"prima_dose":6069129,
"seconda_dose":3183749,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-06-29 21:10:46 +02:00
"totale":8439532,
"sesso_maschile":3997015,
"sesso_femminile":4442517,
"prima_dose":5223899,
"seconda_dose":3215633,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-06-29 21:10:46 +02:00
"totale":6612293,
"sesso_maschile":2746961,
"sesso_femminile":3865332,
"prima_dose":3413660,
"seconda_dose":3198633,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-06-29 21:10:46 +02:00
"totale":1510221,
"sesso_maschile":451470,
"sesso_femminile":1058751,
"prima_dose":789910,
"seconda_dose":720311,
2021-06-29 06:10:16 +02:00
"ultimo_aggiornamento":"2021-06-29T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}