1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-07-03 19:42:24 +02:00
covid19-opendata-vaccini/dati/punti-somministrazione-tipologia.json

45 lines
961 B
JSON
Raw Normal View History

2021-02-25 18:48:23 +01:00
{
"schema":{
"fields":[
{
"name":"index",
2021-03-23 15:31:31 +01:00
"type":"string"
2021-02-25 18:48:23 +01:00
},
{
"name":"area",
"type":"string"
},
{
"name":"denominazione_struttura",
"type":"string"
},
{
"name":"tipologia",
"type":"string"
},
{
"name":"codice_NUTS1",
"type":"string"
},
{
"name":"codice_NUTS2",
"type":"string"
},
{
"name":"codice_regione_ISTAT",
"type":"integer"
},
{
"name":"nome_area",
"type":"string"
}
],
"primaryKey":[
"index"
],
"pandas_version":"0.20.0"
},
"data":[
2021-03-23 15:31:31 +01:00
2021-02-25 18:48:23 +01:00
]
}