1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-08-17 12:51:04 +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-08 17:08:19 +02:00
"totale":299529,
"sesso_maschile":147071,
"sesso_femminile":152458,
"prima_dose":261577,
"seconda_dose":37952,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-06-08 17:08:19 +02:00
"totale":1738185,
"sesso_maschile":758223,
"sesso_femminile":979962,
"prima_dose":1202102,
"seconda_dose":536083,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-06-08 17:08:19 +02:00
"totale":2320339,
"sesso_maschile":1027815,
"sesso_femminile":1292524,
"prima_dose":1558352,
"seconda_dose":761987,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-06-08 17:08:19 +02:00
"totale":4245647,
"sesso_maschile":1857888,
"sesso_femminile":2387759,
"prima_dose":3094972,
"seconda_dose":1150675,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-06-08 17:08:19 +02:00
"totale":7430645,
"sesso_maschile":3433534,
"sesso_femminile":3997111,
"prima_dose":5644043,
"seconda_dose":1786602,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-06-08 17:08:19 +02:00
"totale":7753929,
"sesso_maschile":3760173,
"sesso_femminile":3993756,
"prima_dose":5715188,
"seconda_dose":2038741,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-06-08 17:08:19 +02:00
"totale":7259866,
"sesso_maschile":3462341,
"sesso_femminile":3797525,
"prima_dose":5079535,
"seconda_dose":2180331,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-06-08 17:08:19 +02:00
"totale":6454657,
"sesso_maschile":2689826,
"sesso_femminile":3764831,
"prima_dose":3372986,
"seconda_dose":3081671,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-06-08 17:08:19 +02:00
"totale":1464586,
"sesso_maschile":439943,
"sesso_femminile":1024643,
"prima_dose":776433,
"seconda_dose":688153,
2021-06-08 06:08:51 +02:00
"ultimo_aggiornamento":"2021-06-08T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}