1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2025-01-30 13:57:30 +01:00
covid19-opendata-vaccini/dati/last-update-dataset.json

24 lines
470 B
JSON
Raw Normal View History

2021-01-05 12:39:35 +00:00
{
2023-11-20 15:39:55 +00:00
"schema":{
"fields":[
{
"name":"index",
"type":"integer"
},
{
"name":"ultimo_aggiornamento",
"type":"datetime"
}
],
"primaryKey":[
"index"
],
"pandas_version":"0.20.0"
},
"data":[
{
"index":0,
2024-11-15 00:36:11 +00:00
"ultimo_aggiornamento":"2024-11-14T01:05:09.070Z"
2023-11-20 15:39:55 +00:00
}
]
2021-01-05 12:39:35 +00:00
}