1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-11-18 02:19:55 +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-06-01 17:08:20 +02:00
"totale":147225,
"sesso_maschile":73987,
"sesso_femminile":73238,
"prima_dose":112528,
"seconda_dose":34697,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-06-01 17:08:20 +02:00
"totale":1424699,
"sesso_maschile":599526,
"sesso_femminile":825173,
"prima_dose":926200,
"seconda_dose":498499,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-06-01 17:08:20 +02:00
"totale":1944931,
"sesso_maschile":837567,
"sesso_femminile":1107364,
"prima_dose":1238077,
"seconda_dose":706854,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-06-01 17:08:20 +02:00
"totale":3367444,
"sesso_maschile":1420219,
"sesso_femminile":1947225,
"prima_dose":2303309,
"seconda_dose":1064135,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-06-01 17:08:20 +02:00
"totale":6136102,
"sesso_maschile":2773621,
"sesso_femminile":3362481,
"prima_dose":4512144,
"seconda_dose":1623958,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-06-01 17:08:20 +02:00
"totale":7284082,
"sesso_maschile":3540927,
"sesso_femminile":3743155,
"prima_dose":5434497,
"seconda_dose":1849585,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-06-01 17:08:20 +02:00
"totale":6984623,
"sesso_maschile":3339798,
"sesso_femminile":3644825,
"prima_dose":4986096,
"seconda_dose":1998527,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-06-01 17:08:20 +02:00
"totale":6396753,
"sesso_maschile":2669002,
"sesso_femminile":3727751,
"prima_dose":3349937,
"seconda_dose":3046816,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-06-01 17:08:20 +02:00
"totale":1445625,
"sesso_maschile":435117,
"sesso_femminile":1010508,
"prima_dose":769416,
"seconda_dose":676209,
2021-06-01 06:10:54 +02:00
"ultimo_aggiornamento":"2021-06-01T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}