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="moderna.html">Moderna</a></li>
|
||||||
<li><a href="pfizer.html">Pfizer</a></li>
|
<li><a href="pfizer.html">Pfizer</a></li>
|
||||||
<li><a href="janssen.html">Janssen</a></li>
|
<li><a href="janssen.html">Janssen</a></li>
|
||||||
|
<li><a href="modernaInternational.html">Moderna - Outside of the USA</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1> Janssen batch codes</h1>
|
<h1>Janssen batch codes</h1>
|
||||||
<p>
|
<p>
|
||||||
<b>Check out your Janssen batch code </b> <font size="-2">(last updated 29th December 2021)</font>
|
<b>Check out your Janssen batch code </b> <font size="-2">(last updated 29th December 2021)</font>
|
||||||
<table border="0" class="dataframe display" id="batchCodeTable">
|
<table border="0" class="dataframe display" id="batchCodeTable">
|
||||||
|
|||||||
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",
|
" def createBatchCodeTable(dataFrame : pd.DataFrame, manufacturer, dose):\n",
|
||||||
" dataFrame = DataFrameFilter().filterByCovid19(dataFrame)\n",
|
" dataFrame = DataFrameFilter().filterByCovid19(dataFrame)\n",
|
||||||
" dataFrame = DataFrameFilter().filterBy(dataFrame, manufacturer = manufacturer, dose = dose)\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",
|
"\n",
|
||||||
" # create table from https://www.howbadismybatch.com/combined.html\n",
|
" # create table from https://www.howbadismybatch.com/combined.html\n",
|
||||||
" @staticmethod\n",
|
" @staticmethod\n",
|
||||||
@@ -965,6 +965,16 @@
|
|||||||
"vaers = getAllVaers()"
|
"vaers = getAllVaers()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "c96391fc",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"nonDomesticVaers = getNonDomesticVaers()"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"id": "987a04d1",
|
"id": "987a04d1",
|
||||||
@@ -1024,20 +1034,29 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"id": "e096e1ed",
|
"id": "6ea9fd03",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### International batch codes"
|
"### Moderna - Outside of the USA "
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "5b13b0d3",
|
"id": "b0a4a709",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"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