diff --git a/src/HowBadIsMyBatch.nbconvert.ipynb b/src/HowBadIsMyBatch.nbconvert.ipynb
new file mode 100644
index 00000000000..58195d460ae
--- /dev/null
+++ b/src/HowBadIsMyBatch.nbconvert.ipynb
@@ -0,0 +1,1657 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "9de5907f-18f5-4cb1-903e-26028ff1fa03",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:46:10.677136Z",
+ "iopub.status.busy": "2023-01-15T21:46:10.676811Z",
+ "iopub.status.idle": "2023-01-15T21:46:12.906899Z",
+ "shell.execute_reply": "2023-01-15T21:46:12.906289Z"
+ }
+ },
+ "outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "2023-01-15 21:46:11.039889: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA\n",
+ "To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.\n",
+ "2023-01-15 21:46:12.789155: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA\n",
+ "To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.\n",
+ "2023-01-15 21:46:12.790873: I tensorflow/core/common_runtime/process_util.cc:146] Creating new thread pool with default inter op setting: 2. Tune using inter_op_parallelism_threads for best performance.\n"
+ ]
+ }
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "\n",
+ "pd.set_option('display.max_rows', 100)\n",
+ "pd.set_option('display.max_columns', None)\n",
+ "\n",
+ "import os\n",
+ "from VAERSFileDownloader import updateVAERSFiles\n",
+ "from datetime import datetime\n",
+ "from DateProvider import DateProvider\n",
+ "from InternationalVaersCovid19Provider import getInternationalVaersCovid19\n",
+ "from BatchCodeTableHtmlUpdater import updateBatchCodeTableHtmlFile\n",
+ "from BatchCodeTablePersister import createAndSaveBatchCodeTables"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "d1e4fa9e",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:46:12.910035Z",
+ "iopub.status.busy": "2023-01-15T21:46:12.909438Z",
+ "iopub.status.idle": "2023-01-15T21:46:12.914644Z",
+ "shell.execute_reply": "2023-01-15T21:46:12.914111Z"
+ }
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "15.01.2023, 21:46:12 Uhr\n"
+ ]
+ }
+ ],
+ "source": [
+ "print(datetime.now().strftime(\"%d.%m.%Y, %H:%M:%S Uhr\"))"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "id": "ffad1c04",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:46:12.917614Z",
+ "iopub.status.busy": "2023-01-15T21:46:12.917299Z",
+ "iopub.status.idle": "2023-01-15T21:46:13.202943Z",
+ "shell.execute_reply": "2023-01-15T21:46:13.202283Z"
+ }
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " lastUpdated: 2023-01-13 00:00:00\n",
+ "lastUpdatedDataSource: 2023-01-13 00:00:00\n",
+ "needsUpdate: False\n"
+ ]
+ }
+ ],
+ "source": [
+ "dateProvider = DateProvider()\n",
+ "print(' lastUpdated:', dateProvider.getLastUpdated())\n",
+ "print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource())\n",
+ "needsUpdate = dateProvider.needsUpdate()\n",
+ "print('needsUpdate:', needsUpdate)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "id": "194b7357",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:46:13.206252Z",
+ "iopub.status.busy": "2023-01-15T21:46:13.205699Z",
+ "iopub.status.idle": "2023-01-15T21:46:13.210050Z",
+ "shell.execute_reply": "2023-01-15T21:46:13.209514Z"
+ }
+ },
+ "outputs": [],
+ "source": [
+ "years_from_2020_to_present = list(range(2020, datetime.now().year + 1))"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "id": "a793dff0",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:46:13.212481Z",
+ "iopub.status.busy": "2023-01-15T21:46:13.212278Z",
+ "iopub.status.idle": "2023-01-15T21:47:50.513385Z",
+ "shell.execute_reply": "2023-01-15T21:47:50.512158Z"
+ }
+ },
+ "outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[WDM] - Downloading: 100%|██████████| 6.96M/6.96M [00:00<00:00, 215MB/s]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "loading model...\n",
+ "Model: \"model\"\n",
+ "_________________________________________________________________\n",
+ " Layer (type) Output Shape Param # \n",
+ "=================================================================\n",
+ " image (InputLayer) [(None, 241, 62, 1)] 0 \n",
+ " \n",
+ " Conv1 (Conv2D) (None, 241, 62, 32) 320 \n",
+ " \n",
+ " pool1 (MaxPooling2D) (None, 120, 31, 32) 0 \n",
+ " \n",
+ " Conv2 (Conv2D) (None, 120, 31, 64) 18496 \n",
+ " \n",
+ " pool2 (MaxPooling2D) (None, 60, 15, 64) 0 \n",
+ " \n",
+ " reshape (Reshape) (None, 60, 960) 0 \n",
+ " \n",
+ " dense1 (Dense) (None, 60, 64) 61504 \n",
+ " \n",
+ " dropout (Dropout) (None, 60, 64) 0 \n",
+ " \n",
+ " bidirectional (Bidirectiona (None, 60, 256) 197632 \n",
+ " l) \n",
+ " \n",
+ " bidirectional_1 (Bidirectio (None, 60, 128) 164352 \n",
+ " nal) \n",
+ " \n",
+ " dense2 (Dense) (None, 60, 24) 3096 \n",
+ " \n",
+ "=================================================================\n",
+ "Total params: 445,400\n",
+ "Trainable params: 445,400\n",
+ "Non-trainable params: 0\n",
+ "_________________________________________________________________\n",
+ "1/1 [==============================] - 1s 1s/step\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'textInCaptchaImage: '"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'7d26e9'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "1/1 [==============================] - 0s 38ms/step\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'textInCaptchaImage: '"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'ad8AE8'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "1/1 [==============================] - 0s 39ms/step\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'textInCaptchaImage: '"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'470368'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "1/1 [==============================] - 0s 39ms/step\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'textInCaptchaImage: '"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'8Af9B7'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "1/1 [==============================] - 0s 39ms/step\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'textInCaptchaImage: '"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bf16D4'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "updateVAERSFiles(\n",
+ " years = years_from_2020_to_present,\n",
+ " workingDirectory = os.getcwd())"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "id": "781ac80e",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:47:50.517510Z",
+ "iopub.status.busy": "2023-01-15T21:47:50.517089Z",
+ "iopub.status.idle": "2023-01-15T21:48:17.800914Z",
+ "shell.execute_reply": "2023-01-15T21:48:17.800234Z"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " RECVDATE | \n",
+ " DIED | \n",
+ " L_THREAT | \n",
+ " ER_VISIT | \n",
+ " HOSPITAL | \n",
+ " DISABLE | \n",
+ " SPLTTYPE | \n",
+ " VAX_TYPE | \n",
+ " VAX_MANU | \n",
+ " VAX_LOT | \n",
+ " VAX_DOSE_SERIES | \n",
+ " COUNTRY | \n",
+ " SEVERE | \n",
+ "
\n",
+ " \n",
+ " | VAERS_ID | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ " | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 902418 | \n",
+ " 2020-12-15 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " EH9899 | \n",
+ " 1 | \n",
+ " United States | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 902440 | \n",
+ " 2020-12-15 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " EH 9899 | \n",
+ " 1 | \n",
+ " United States | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 902446 | \n",
+ " 2020-12-15 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " EH9899 | \n",
+ " 1 | \n",
+ " United States | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 902464 | \n",
+ " 2020-12-15 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " EH9899 | \n",
+ " UNK | \n",
+ " United States | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 902465 | \n",
+ " 2020-12-15 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " EH9899 | \n",
+ " 1 | \n",
+ " United States | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ " ... | \n",
+ "
\n",
+ " \n",
+ " | 2552096 | \n",
+ " 2023-01-06 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " MODERNA | \n",
+ " NaN | \n",
+ " 3 | \n",
+ " Unknown Country | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2552097 | \n",
+ " 2023-01-06 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " FC3143 | \n",
+ " 1 | \n",
+ " Unknown Country | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2552098 | \n",
+ " 2023-01-06 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " MODERNA | \n",
+ " NaN | \n",
+ " UNK | \n",
+ " Unknown Country | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2552099 | \n",
+ " 2023-01-06 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " MODERNA | \n",
+ " NaN | \n",
+ " 2 | \n",
+ " Unknown Country | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2552100 | \n",
+ " 2023-01-06 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 1 | \n",
+ " NaN | \n",
+ " COVID19 | \n",
+ " PFIZER\\BIONTECH | \n",
+ " GD6800 | \n",
+ " 4 | \n",
+ " Unknown Country | \n",
+ " 1 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
1498524 rows × 13 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " RECVDATE DIED L_THREAT ER_VISIT HOSPITAL DISABLE SPLTTYPE \\\n",
+ "VAERS_ID \n",
+ "902418 2020-12-15 0 0 0 0 0 NaN \n",
+ "902440 2020-12-15 0 0 0 0 0 NaN \n",
+ "902446 2020-12-15 0 0 0 0 0 NaN \n",
+ "902464 2020-12-15 0 0 0 0 0 NaN \n",
+ "902465 2020-12-15 0 0 0 0 0 NaN \n",
+ "... ... ... ... ... ... ... ... \n",
+ "2552096 2023-01-06 0 0 0 0 0 NaN \n",
+ "2552097 2023-01-06 0 0 0 0 0 NaN \n",
+ "2552098 2023-01-06 0 0 0 0 0 NaN \n",
+ "2552099 2023-01-06 0 0 0 0 0 NaN \n",
+ "2552100 2023-01-06 0 0 0 0 1 NaN \n",
+ "\n",
+ " VAX_TYPE VAX_MANU VAX_LOT VAX_DOSE_SERIES COUNTRY \\\n",
+ "VAERS_ID \n",
+ "902418 COVID19 PFIZER\\BIONTECH EH9899 1 United States \n",
+ "902440 COVID19 PFIZER\\BIONTECH EH 9899 1 United States \n",
+ "902446 COVID19 PFIZER\\BIONTECH EH9899 1 United States \n",
+ "902464 COVID19 PFIZER\\BIONTECH EH9899 UNK United States \n",
+ "902465 COVID19 PFIZER\\BIONTECH EH9899 1 United States \n",
+ "... ... ... ... ... ... \n",
+ "2552096 COVID19 MODERNA NaN 3 Unknown Country \n",
+ "2552097 COVID19 PFIZER\\BIONTECH FC3143 1 Unknown Country \n",
+ "2552098 COVID19 MODERNA NaN UNK Unknown Country \n",
+ "2552099 COVID19 MODERNA NaN 2 Unknown Country \n",
+ "2552100 COVID19 PFIZER\\BIONTECH GD6800 4 Unknown Country \n",
+ "\n",
+ " SEVERE \n",
+ "VAERS_ID \n",
+ "902418 0 \n",
+ "902440 0 \n",
+ "902446 0 \n",
+ "902464 0 \n",
+ "902465 0 \n",
+ "... ... \n",
+ "2552096 0 \n",
+ "2552097 0 \n",
+ "2552098 0 \n",
+ "2552099 0 \n",
+ "2552100 1 \n",
+ "\n",
+ "[1498524 rows x 13 columns]"
+ ]
+ },
+ "execution_count": 6,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "internationalVaersCovid19 = getInternationalVaersCovid19(years = years_from_2020_to_present)\n",
+ "internationalVaersCovid19"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 7,
+ "id": "8d6507ca",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:48:17.805073Z",
+ "iopub.status.busy": "2023-01-15T21:48:17.804487Z",
+ "iopub.status.idle": "2023-01-15T21:48:18.061433Z",
+ "shell.execute_reply": "2023-01-15T21:48:18.060653Z"
+ }
+ },
+ "outputs": [],
+ "source": [
+ "updateBatchCodeTableHtmlFile(internationalVaersCovid19, batchCodeTableHtmlFile=\"../docs/batchCodeTable.html\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "0915aa5a",
+ "metadata": {
+ "execution": {
+ "iopub.execute_input": "2023-01-15T21:48:18.065363Z",
+ "iopub.status.busy": "2023-01-15T21:48:18.064897Z",
+ "iopub.status.idle": "2023-01-15T21:48:34.052744Z",
+ "shell.execute_reply": "2023-01-15T21:48:34.051603Z"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "'Afghanistan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Albania'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Algeria'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Andorra'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Argentina'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Australia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Azerbaijan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bahamas'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bahrain'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bangladesh'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Barbados'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bermuda'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bolivia, Plurinational State of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Bosnia and Herzegovina'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Brazil'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Brunei Darussalam'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Canada'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Cayman Islands'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Chile'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'China'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Colombia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Congo, The Democratic Republic of the'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Cook Islands'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Costa Rica'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "\"Côte d'Ivoire\""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Dominican Republic'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Ecuador'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Egypt'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'El Salvador'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'French Polynesia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Georgia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Germany'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Ghana'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Guatemala'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Honduras'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Hong Kong'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'India'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Indonesia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Iran, Islamic Republic of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Iraq'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Israel'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Jamaica'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Japan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Jersey'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Jordan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Kazakhstan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Kenya'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "\"Korea, Democratic People's Republic of\""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Korea, Republic of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Kuwait'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Kyrgyzstan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "\"Lao People's Democratic Republic\""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Lebanon'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Lesotho'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Liberia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Macao'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Malaysia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Maldives'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Mauritius'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Mexico'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Moldova, Republic of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Mongolia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Montenegro'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Montserrat'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Morocco'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Namibia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Nepal'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'New Caledonia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'New Zealand'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Nicaragua'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Nigeria'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Niue'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'North Macedonia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Norway'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Oman'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Pakistan'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Palestine, State of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Panama'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Paraguay'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Peru'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Philippines'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Qatar'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Russian Federation'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Réunion'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Samoa'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Saudi Arabia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Senegal'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Serbia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Singapore'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'South Africa'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Sri Lanka'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Switzerland'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Syrian Arab Republic'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Taiwan, Province of China'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Tanzania, United Republic of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Thailand'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Tokelau'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Trinidad and Tobago'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Tunisia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Turkey'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Uganda'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Ukraine'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'United Arab Emirates'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'United States'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Unknown Country'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Uruguay'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Venezuela, Bolivarian Republic of'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Viet Nam'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Zambia'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "text/plain": [
+ "'Global'"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "createAndSaveBatchCodeTables(internationalVaersCovid19, minADRsForLethality=100)"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3.10.8 ('howbadismybatch-venv')",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.10.8"
+ },
+ "vscode": {
+ "interpreter": {
+ "hash": "1bce2b9b19ce5f16d695ff75ac05095b3e564c169ff454b58b87cb796c0695b8"
+ }
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}