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",
|
||||
|
||||
@@ -10,6 +10,7 @@ FK-TODO:
|
||||
- rename project and html-page to VaccineAdverseEventInfo ?
|
||||
- move html pages to docs folder
|
||||
- publish all figures and tables (as interactive HTML-Pages?)
|
||||
- add menu in order to make pages internationalBatchCodeTables.html and batchCodeTable.html navigatable
|
||||
- Vergleich Grippe mit Covid19:
|
||||
- https://www.bitchute.com/video/4HlIyBmOEJeY/
|
||||
- https://www.bitchute.com/video/8wJYP2NpGwN2/
|
||||
|
||||
Reference in New Issue
Block a user