updating VAERS data

This commit is contained in:
frankknoll
2022-03-26 10:50:36 +01:00
parent a1487ece23
commit 35884f7eb3
55 changed files with 60 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "9de5907f-18f5-4cb1-903e-26028ff1fa03",
"metadata": {},
"outputs": [],
@@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "1dbf9321",
"metadata": {},
"outputs": [],
@@ -66,20 +66,10 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "ffad1c04",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" lastUpdated: 2022-03-18 00:00:00\n",
"lastUpdatedDataSource: 2022-03-25 00:00:00\n",
"needsUpdate: True\n"
]
}
],
"outputs": [],
"source": [
"dateProvider = DateProvider()\n",
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",