moving html files to docs folder

This commit is contained in:
frankknoll
2022-02-19 23:02:36 +01:00
parent fef6719762
commit 98384b213c
499 changed files with 343604 additions and 2 deletions

View File

@@ -1276,7 +1276,7 @@
"outputs": [],
"source": [
"# https://www.howbadismybatch.com/moderna.html\n",
"saveBatchCodeTable(internationalVaers, \"../data/batchCodeTable\")"
"saveBatchCodeTable(internationalVaers, \"../docs/data/batchCodeTable\")"
]
},
{
@@ -1393,7 +1393,7 @@
" batchCodeTable.index.set_names(\"Batch\", inplace = True)\n",
" if minADRsForLethality is not None:\n",
" batchCodeTable.loc[batchCodeTable['Total Number of Adverse Reaction Reports'] < minADRsForLethality, ['Severe reports', 'Lethality']] = [np.nan, np.nan]\n",
" IOUtils.saveDataFrame(batchCodeTable, '../data/' + country)\n",
" IOUtils.saveDataFrame(batchCodeTable, '../docs/data/' + country)\n",
" display(country + \":\", batchCodeTable)\n",
"\n",
"def createAndSaveAndDisplayBatchCodeTablesByCountry(nonDomesticVaers, countries, minADRsForLethality = None):\n",