publishing "Symptoms caused by Vaccines"

This commit is contained in:
frankknoll
2023-10-12 12:10:30 +02:00
parent 04407d611e
commit 8e78c1c526
9254 changed files with 9409 additions and 9552 deletions

View File

@@ -155,7 +155,10 @@
"outputs": [],
"source": [
"IOUtils.saveDataFrameAsJson(batchCodeTable, '../docs/data/batchCodeTables/Global.json')\n",
"saveLastUpdated2HtmlFile(dateProvider.getLastUpdatedDataSource(), \"../docs/batchCodes.html\")"
"saveLastUpdated2HtmlFile(\n",
" lastUpdated = dateProvider.getLastUpdatedDataSource(),\n",
" htmlFile = \"../docs/batchCodes.html\",\n",
" lastUpdatedElementId = 'last_updated')"
]
},
{
@@ -414,7 +417,10 @@
"outputs": [],
"source": [
"IOUtils.saveDataFrameAsJson(vaccineDistributionByZipcode, '../docs/data/vaccineDistributionByZipcode/VaccineDistributionByZipcode.json')\n",
"saveLastUpdated2HtmlFile(dateProvider.getLastUpdatedDataSource(), \"../docs/VaccineDistributionByZipcode.html\")"
"saveLastUpdated2HtmlFile(\n",
" lastUpdated = dateProvider.getLastUpdatedDataSource(),\n",
" htmlFile = \"../docs/VaccineDistributionByZipcode.html\",\n",
" lastUpdatedElementId = 'last_updated')"
]
},
{