1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-07-10 23:55:47 +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,
"fascia_anagrafica":"16-19",
2021-06-01 21:03:00 +02:00
"totale":155915,
"sesso_maschile":78016,
"sesso_femminile":77899,
"prima_dose":121062,
"seconda_dose":34853,
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 21:03:00 +02:00
"totale":1431778,
"sesso_maschile":602940,
"sesso_femminile":828838,
"prima_dose":931261,
"seconda_dose":500517,
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 21:03:00 +02:00
"totale":1953317,
"sesso_maschile":841485,
"sesso_femminile":1111832,
"prima_dose":1243280,
"seconda_dose":710037,
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 21:03:00 +02:00
"totale":3394930,
"sesso_maschile":1433572,
"sesso_femminile":1961358,
"prima_dose":2325616,
"seconda_dose":1069314,
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 21:03:00 +02:00
"totale":6190989,
"sesso_maschile":2800869,
"sesso_femminile":3390120,
"prima_dose":4557426,
"seconda_dose":1633563,
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 21:03:00 +02:00
"totale":7307604,
"sesso_maschile":3551976,
"sesso_femminile":3755628,
"prima_dose":5447399,
"seconda_dose":1860205,
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 21:03:00 +02:00
"totale":6997621,
"sesso_maschile":3345663,
"sesso_femminile":3651958,
"prima_dose":4990092,
"seconda_dose":2007529,
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 21:03:00 +02:00
"totale":6400071,
"sesso_maschile":2670164,
"sesso_femminile":3729907,
"prima_dose":3351206,
"seconda_dose":3048865,
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 21:03:00 +02:00
"totale":1446942,
"sesso_maschile":435433,
"sesso_femminile":1011509,
"prima_dose":769906,
"seconda_dose":677036,
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
]
}