combining moderna and modernaInternational. Dito other companies
This commit is contained in:
@@ -948,7 +948,10 @@
|
||||
" return getVaers(VaersDescrReader(dataDir = \"VAERS\").readAllVaersDescrs)\n",
|
||||
"\n",
|
||||
"def getNonDomesticVaers():\n",
|
||||
" return getVaers(lambda: [VaersDescrReader(dataDir = 'VAERS').readNonDomesticVaersDescr()])"
|
||||
" return getVaers(lambda: [VaersDescrReader(dataDir = 'VAERS').readNonDomesticVaersDescr()])\n",
|
||||
"\n",
|
||||
"def getInternationalVaers():\n",
|
||||
" return pd.concat([getAllVaers(), getNonDomesticVaers()])"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -984,6 +987,26 @@
|
||||
"nonDomesticVaers = getNonDomesticVaers()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "404b496a",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"internationalVaers = getInternationalVaers()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "f74475e8",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"internationalVaers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "987a04d1",
|
||||
@@ -1000,7 +1023,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/moderna.html\n",
|
||||
"saveBatchCodeTable(vaers, \"MODERNA\", \"../data/moderna\")"
|
||||
"saveBatchCodeTable(internationalVaers, \"MODERNA\", \"../data/moderna\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1019,7 +1042,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/pfizer.html\n",
|
||||
"saveBatchCodeTable(vaers, \"PFIZER\\BIONTECH\", \"../data/pfizer\")"
|
||||
"saveBatchCodeTable(internationalVaers, \"PFIZER\\BIONTECH\", \"../data/pfizer\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1038,64 +1061,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/janssen.html\n",
|
||||
"saveBatchCodeTable(vaers, \"JANSSEN\", \"../data/janssen\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "6ea9fd03",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Moderna - Outside of the USA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "b0a4a709",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/modernaforeigndeaths.html\n",
|
||||
"saveBatchCodeTable(nonDomesticVaers, \"MODERNA\", \"../data/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\", \"../data/pfizerInternational\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "be1536ba",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Janssen - Outside of the USA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "87f5e3dd",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# https://www.howbadismybatch.com/janssenforeigndeaths.html\n",
|
||||
"saveBatchCodeTable(nonDomesticVaers, \"JANSSEN\", \"../data/janssenInternational\")"
|
||||
"saveBatchCodeTable(internationalVaers, \"JANSSEN\", \"../data/janssen\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user