adding "Moderna - Outside of the USA"
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<li><a href="moderna.html">Moderna</a></li>
|
||||
<li><a href="pfizer.html">Pfizer</a></li>
|
||||
<li><a href="janssen.html">Janssen</a></li>
|
||||
<li><a href="modernaInternational.html">Moderna - Outside of the USA</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
8908
modernaInternational.html
Normal file
8908
modernaInternational.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -231,7 +231,7 @@
|
||||
" def createBatchCodeTable(dataFrame : pd.DataFrame, manufacturer, dose):\n",
|
||||
" dataFrame = DataFrameFilter().filterByCovid19(dataFrame)\n",
|
||||
" dataFrame = DataFrameFilter().filterBy(dataFrame, manufacturer = manufacturer, dose = dose)\n",
|
||||
" return BatchCodeTableFactory._createSummationTableByVAX_LOT(dataFrame)[['ADRs', 'DEATHS', 'DISABILITIES', 'LIFE THREATENING ILLNESSES']]\n",
|
||||
" return BatchCodeTableFactory._createSummationTableByVAX_LOT(dataFrame)[['ADRs', 'DEATHS', 'DISABILITIES', 'LIFE THREATENING ILLNESSES', 'COMPANY']]\n",
|
||||
"\n",
|
||||
" # create table from https://www.howbadismybatch.com/combined.html\n",
|
||||
" @staticmethod\n",
|
||||
@@ -965,6 +965,16 @@
|
||||
"vaers = getAllVaers()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "c96391fc",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"nonDomesticVaers = getNonDomesticVaers()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "987a04d1",
|
||||
@@ -1024,20 +1034,29 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "e096e1ed",
|
||||
"id": "6ea9fd03",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### International batch codes"
|
||||
"### Moderna - Outside of the USA "
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "5b13b0d3",
|
||||
"id": "b0a4a709",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"nonDomesticVaers = getNonDomesticVaers()"
|
||||
"# https://www.howbadismybatch.com/modernaforeigndeaths.html\n",
|
||||
"saveBatchCodeTable(nonDomesticVaers, \"MODERNA\", \"results/batchCodes/modernaInternational\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "e096e1ed",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### International batch codes"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user