Skip to content

Commit

Permalink
mycoplasma nbook
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Mar 24, 2024
1 parent bc1f7da commit 1c8ba0d
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 78 deletions.
209 changes: 140 additions & 69 deletions ireland_deaths/ireland_rip_deaths2.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions ireland_deaths/scraping_rip.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"id": "467b9b88",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -124,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"id": "274a23b7",
"metadata": {
"scrolled": true,
Expand Down Expand Up @@ -188,7 +188,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"id": "dd7eeb21-6214-48bd-81cd-d0e46cd6bf87",
"metadata": {},
"outputs": [],
Expand All @@ -199,7 +199,7 @@
"print (len(df))\n",
"ids = list(df.id)\n",
"#res = get_ids_parallel(530000,537000, n_cores=16)\n",
"res = get_ids(544000,545000)"
"res = get_ids(544000,548647)"
]
},
{
Expand All @@ -216,7 +216,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"id": "dc727d40",
"metadata": {
"tags": []
Expand All @@ -226,7 +226,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"542563 144 542707\n"
"542707 3895 546602\n"
]
}
],
Expand All @@ -251,7 +251,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 6,
"id": "820b8741",
"metadata": {
"tags": []
Expand All @@ -261,8 +261,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"542707\n",
"524733\n"
"546602\n",
"528468\n"
]
}
],
Expand Down

0 comments on commit 1c8ba0d

Please sign in to comment.