adding "Pfizer - Outside of the USA"

This commit is contained in:
frankknoll
2022-02-11 17:47:42 +01:00
parent 182ec4debc
commit 220a31772f
4 changed files with 31146 additions and 2 deletions

View File

@@ -1051,6 +1051,25 @@
"saveBatchCodeTable(nonDomesticVaers, \"MODERNA\", \"results/batchCodes/modernaInternational\")"
]
},
{
"cell_type": "markdown",
"id": "01e28c06",
"metadata": {},
"source": [
"### Pfizer - Outside of the USA "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1ceffc88",
"metadata": {},
"outputs": [],
"source": [
"# https://www.howbadismybatch.com/pfizerforeigndeaths.html\n",
"saveBatchCodeTable(nonDomesticVaers, \"PFIZER\\BIONTECH\", \"results/batchCodes/pfizerInternational\")"
]
},
{
"cell_type": "markdown",
"id": "e096e1ed",