refactoring
This commit is contained in:
@@ -433,6 +433,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from SymptomsCausedByVaccines.HtmlUpdater import updateHtmlFile\n",
|
||||
"from SymptomsCausedByVaccines.Analyzer import Analyzer\n",
|
||||
"import pandas as pd"
|
||||
]
|
||||
},
|
||||
@@ -468,7 +469,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"updateHtmlFile(\n",
|
||||
" symptomByVaccine,\n",
|
||||
" vaccines = Analyzer(symptomByVaccine).getVaccines(),\n",
|
||||
" htmlFile = \"../docs/SymptomsCausedByVaccines/index.html\",\n",
|
||||
" lastUpdated = dateProvider.getLastUpdatedDataSource())"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user