adding symptoms to UI
This commit is contained in:
@@ -448,7 +448,7 @@
|
||||
" 'data/ratings-1990-2022.csv',\n",
|
||||
" index_col = 'VAX_TYPE',\n",
|
||||
" usecols = lambda columnName: columnName != 'Unnamed: 0')\n",
|
||||
"symptomByVaccine"
|
||||
"# symptomByVaccine"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -468,8 +468,11 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"analyzer = Analyzer(symptomByVaccine)\n",
|
||||
"\n",
|
||||
"updateHtmlFile(\n",
|
||||
" vaccines = Analyzer(symptomByVaccine).getVaccines(),\n",
|
||||
" vaccines = analyzer.getVaccines(),\n",
|
||||
" symptoms = analyzer.getSymptoms(),\n",
|
||||
" htmlFile = \"../docs/SymptomsCausedByVaccines/index.html\",\n",
|
||||
" lastUpdated = dateProvider.getLastUpdatedDataSource())"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user