adding "International batch codes"
This commit is contained in:
@@ -1002,6 +1002,37 @@
|
||||
"saveBatchCodeTable(vaers, \"JANSSEN\", \"results/batchCodes/janssen.xlsx\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "e096e1ed",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### International batch codes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "5b13b0d3",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"nonDomesticVaers = getNonDomesticVaers()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "5b13b0d3",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"nonDomesticCovid19Vaers = DataFrameFilter().filterByCovid19(nonDomesticVaers)\n",
|
||||
"batchCodeTable = BatchCodeTableFactory._createSummationTableByVAX_LOT(nonDomesticCovid19Vaers)\n",
|
||||
"display(batchCodeTable)\n",
|
||||
"saveDataFrameAsExcelFile(batchCodeTable, \"results/batchCodes/international.xlsx\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "f677b620",
|
||||
@@ -1079,9 +1110,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/international.html\n",
|
||||
"\n",
|
||||
"nonDomesticVaers = getNonDomesticVaers()"
|
||||
"# https://www.howbadismybatch.com/international.html"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user