1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-10-14 17:19:38 +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-07-01 17:07:27 +02:00
"totale":790024,
"sesso_maschile":386992,
"sesso_femminile":403032,
"prima_dose":712630,
"seconda_dose":77394,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-07-01 17:07:27 +02:00
"totale":3310490,
"sesso_maschile":1569547,
"sesso_femminile":1740943,
"prima_dose":2536587,
"seconda_dose":773903,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-07-01 17:07:27 +02:00
"totale":4263303,
"sesso_maschile":2051306,
"sesso_femminile":2211997,
"prima_dose":3213778,
"seconda_dose":1049525,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-07-01 17:07:27 +02:00
"totale":6983436,
"sesso_maschile":3265212,
"sesso_femminile":3718224,
"prima_dose":5206967,
"seconda_dose":1776469,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-07-01 17:07:27 +02:00
"totale":10289301,
"sesso_maschile":4869635,
"sesso_femminile":5419666,
"prima_dose":6920912,
"seconda_dose":3368389,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-07-01 17:07:27 +02:00
"totale":9353590,
"sesso_maschile":4513815,
"sesso_femminile":4839775,
"prima_dose":6085674,
"seconda_dose":3267916,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-07-01 17:07:27 +02:00
"totale":8604036,
"sesso_maschile":4071535,
"sesso_femminile":4532501,
"prima_dose":5233191,
"seconda_dose":3370845,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-07-01 17:07:27 +02:00
"totale":6623456,
"sesso_maschile":2751034,
"sesso_femminile":3872422,
"prima_dose":3416112,
"seconda_dose":3207344,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-07-01 17:07:27 +02:00
"totale":1513347,
"sesso_maschile":452293,
"sesso_femminile":1061054,
"prima_dose":790614,
"seconda_dose":722733,
2021-07-01 06:12:31 +02:00
"ultimo_aggiornamento":"2021-07-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}