updating
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -438,6 +438,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
"from SymptomsCausedByVaccines.DataFrameFilter import DataFrameFilter\n",
|
||||||
"from SymptomsCausedByVaccines.HtmlUpdater import updateHtmlFile, updateHtmlFile4SymptomsCausedByCOVIDLots\n",
|
"from SymptomsCausedByVaccines.HtmlUpdater import updateHtmlFile, updateHtmlFile4SymptomsCausedByCOVIDLots\n",
|
||||||
"from SymptomsCausedByVaccines.PrrSeriesFactory import PrrSeriesFactory\n",
|
"from SymptomsCausedByVaccines.PrrSeriesFactory import PrrSeriesFactory\n",
|
||||||
"from SymptomsCausedByVaccines.PrrSeriesTransformer import PrrSeriesTransformer\n",
|
"from SymptomsCausedByVaccines.PrrSeriesTransformer import PrrSeriesTransformer\n",
|
||||||
@@ -453,13 +454,23 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"prrByVaccineAndSymptom = pd.read_csv(\n",
|
"prrByVaccineAndSymptom = pd.read_csv(\n",
|
||||||
" 'data/tLCI.csv',\n",
|
" 'data/tfiltered.csv',\n",
|
||||||
" usecols = lambda x: x != \"Unnamed: 0\",\n",
|
" usecols = lambda x: x != \"Unnamed: 0\",\n",
|
||||||
" index_col = 'VAX_TYPE')\n",
|
" index_col = 'VAX_TYPE')\n",
|
||||||
"prrByVaccineAndSymptom.index.name = 'VACCINE'\n",
|
"prrByVaccineAndSymptom.index.name = 'VACCINE'\n",
|
||||||
"prrByVaccineAndSymptom"
|
"prrByVaccineAndSymptom"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"prrByVaccineAndSymptom = DataFrameFilter.withoutZeroRowsAndZeroColumns(prrByVaccineAndSymptom)\n",
|
||||||
|
"prrByVaccineAndSymptom"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user