moving html files to docs folder
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user