extracting prrByDrugAndSymptom-EudraVigilance.7z

This commit is contained in:
Frank Knoll
2024-07-12 15:50:51 +02:00
parent 9fab0c58ae
commit 41978ca355
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@ src/captcha/__pycache__
src/GoogleAnalytics/__pycache__ src/GoogleAnalytics/__pycache__
src/SymptomsCausedByVaccines/__pycache__ src/SymptomsCausedByVaccines/__pycache__
src/HowBadIsMyBatch.py src/HowBadIsMyBatch.py
src/data/prrByDrugAndSymptom-EudraVigilance.csv

View File

@@ -530,6 +530,16 @@
" htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))\n" " htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))\n"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"id": "cc2cf05f",
"metadata": {},
"outputs": [],
"source": [
"os.system('cd data; 7z x -y prrByDrugAndSymptom-EudraVigilance.7z')"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,