adding histograms for each country

This commit is contained in:
frankknoll
2023-02-12 14:43:20 +01:00
parent 688a6415dd
commit e03aad4eb2
10000 changed files with 10000 additions and 12 deletions

View File

@@ -117,7 +117,7 @@
"metadata": {},
"outputs": [],
"source": [
"isGlobal = True"
"isGlobal = False"
]
},
{
@@ -185,17 +185,6 @@
" progress = lambda count, size, batchcode: print(f'{count}/{size}: {batchcode}'))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "86918e80",
"metadata": {},
"outputs": [],
"source": [
"# batchcodes = international_VAERSVAX_Covid19['VAX_LOT'].dropna().drop_duplicates().to_list()\n",
"# batchcodes"
]
},
{
"cell_type": "code",
"execution_count": null,