1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-08-07 14:35:21 +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-23 17:10:01 +02:00
"totale":586645,
"sesso_maschile":287301,
"sesso_femminile":299344,
"prima_dose":531716,
"seconda_dose":54929,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":1,
"fascia_anagrafica":"20-29",
2021-06-23 17:10:01 +02:00
"totale":2674469,
"sesso_maschile":1241492,
"sesso_femminile":1432977,
"prima_dose":1995614,
"seconda_dose":678855,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":2,
"fascia_anagrafica":"30-39",
2021-06-23 17:10:01 +02:00
"totale":3590145,
"sesso_maschile":1701468,
"sesso_femminile":1888677,
"prima_dose":2649221,
"seconda_dose":940924,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":3,
"fascia_anagrafica":"40-49",
2021-06-23 17:10:01 +02:00
"totale":6275388,
"sesso_maschile":2909754,
"sesso_femminile":3365634,
"prima_dose":4820104,
"seconda_dose":1455284,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":4,
"fascia_anagrafica":"50-59",
2021-06-23 17:10:01 +02:00
"totale":9329507,
"sesso_maschile":4393276,
"sesso_femminile":4936231,
"prima_dose":6722259,
"seconda_dose":2607248,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":5,
"fascia_anagrafica":"60-69",
2021-06-23 17:10:01 +02:00
"totale":8830792,
"sesso_maschile":4267907,
"sesso_femminile":4562885,
"prima_dose":6006922,
"seconda_dose":2823870,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":6,
"fascia_anagrafica":"70-79",
2021-06-23 17:10:01 +02:00
"totale":8017724,
"sesso_maschile":3806294,
"sesso_femminile":4211430,
"prima_dose":5195617,
"seconda_dose":2822107,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":7,
"fascia_anagrafica":"80-89",
2021-06-23 17:10:01 +02:00
"totale":6570135,
"sesso_maschile":2731663,
"sesso_femminile":3838472,
"prima_dose":3404692,
"seconda_dose":3165443,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
},
{
"index":8,
"fascia_anagrafica":"90+",
2021-06-23 17:10:01 +02:00
"totale":1498915,
"sesso_maschile":448600,
"sesso_femminile":1050315,
"prima_dose":787170,
"seconda_dose":711745,
2021-06-23 06:12:19 +02:00
"ultimo_aggiornamento":"2021-06-23T00:00:00.000Z"
2021-05-19 10:34:24 +02:00
}
2021-01-05 13:39:35 +01:00
]
}