refactoring

This commit is contained in:
Frank Knoll
2024-07-28 11:35:54 +02:00
parent 02feabce8e
commit bf267f42d4
2 changed files with 1 additions and 21 deletions

View File

@@ -59,7 +59,7 @@
<div class="page-title">
<div class="title_left">
<h1 id="heading">Drugs for the Treatment of Pathologies</h1>
<h2 >By Craig Paardekooper</h2>
<h2>By Craig Paardekooper</h2>
</div>
</div>
<div class="clearfix"></div>

View File

@@ -685,26 +685,6 @@
"drugDescrByPathology"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f7e83e81",
"metadata": {},
"outputs": [],
"source": [
"drugDescrByPathology['abdominal pain']"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0d0b6909",
"metadata": {},
"outputs": [],
"source": [
"drugs4Pathologies[drugs4Pathologies['PATHOLOGY'] == 'abdominal pain']"
]
},
{
"cell_type": "code",
"execution_count": null,