covid19-opendata-vaccini/dati/vaccini-summary-latest.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-05 13:39:35 +01:00
{
"schema":{
"fields":[
{
"name":"index",
"type":"integer"
},
{
"name":"area",
"type":"string"
},
{
"name":"dosi_somministrate",
"type":"integer"
},
{
"name":"dosi_consegnate",
2021-01-13 23:56:55 +01:00
"type":"integer"
2021-01-05 13:39:35 +01:00
},
{
"name":"percentuale_somministrazione",
2021-05-19 05:45:04 +02:00
"type":"string"
2021-01-05 13:39:35 +01:00
},
{
"name":"ultimo_aggiornamento",
"type":"datetime"
2021-01-29 19:30:41 +01:00
},
{
"name":"codice_NUTS1",
"type":"string"
},
{
"name":"codice_NUTS2",
"type":"string"
},
{
"name":"codice_regione_ISTAT",
"type":"integer"
},
{
"name":"nome_area",
"type":"string"
2021-01-05 13:39:35 +01:00
}
],
"primaryKey":[
"index"
],
"pandas_version":"0.20.0"
},
"data":[
2021-05-19 05:45:04 +02:00
2021-01-05 13:39:35 +01:00
]
}