1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-12-23 19:36:13 +01: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,
"fascia_anagrafica":"16-19",
2021-05-27 21:19:58 +02:00
"totale":111726,
"sesso_maschile":57285,
"sesso_femminile":54441,
"prima_dose":82069,
"seconda_dose":29657,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-05-27 21:19:58 +02:00
"totale":1314784,
"sesso_maschile":547479,
"sesso_femminile":767305,
"prima_dose":858876,
"seconda_dose":455908,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-05-27 21:19:58 +02:00
"totale":1806911,
"sesso_maschile":773602,
"sesso_femminile":1033309,
"prima_dose":1162907,
"seconda_dose":644004,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-05-27 21:19:58 +02:00
"totale":2950692,
"sesso_maschile":1221849,
"sesso_femminile":1728843,
"prima_dose":1995065,
"seconda_dose":955627,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-05-27 21:19:58 +02:00
"totale":5325295,
"sesso_maschile":2370731,
"sesso_femminile":2954564,
"prima_dose":3909764,
"seconda_dose":1415531,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-05-27 21:19:58 +02:00
"totale":6774628,
"sesso_maschile":3301145,
"sesso_femminile":3473483,
"prima_dose":5166373,
"seconda_dose":1608255,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-05-27 21:19:58 +02:00
"totale":6733305,
"sesso_maschile":3227216,
"sesso_femminile":3506089,
"prima_dose":4906572,
"seconda_dose":1826733,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-05-27 21:19:58 +02:00
"totale":6345648,
"sesso_maschile":2650407,
"sesso_femminile":3695241,
"prima_dose":3332889,
"seconda_dose":3012759,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-05-27 21:19:58 +02:00
"totale":1429221,
"sesso_maschile":431019,
"sesso_femminile":998202,
"prima_dose":764187,
"seconda_dose":665034,
2021-05-28 01:09:03 +02:00
"ultimo_aggiornamento":"2021-05-28T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}