Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piglerp committed Feb 26, 2021
1 parent d388368 commit 6690ae0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions notebooks/WHO_DAILY_REPORT.ipynb
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "determined-proposal",
"id": "unique-cookie",
"metadata": {},
"source": [
"## WHO Coronavirus disease (COVID-2019) 24 hour reports\n",
Expand All @@ -13,7 +13,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "employed-dispatch",
"id": "abandoned-lender",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -29,7 +29,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "positive-fever",
"id": "talented-mason",
"metadata": {
"tags": [
"parameters"
Expand All @@ -44,7 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "celtic-malpractice",
"id": "instructional-guinea",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -55,7 +55,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "unauthorized-acquisition",
"id": "rocky-europe",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -65,7 +65,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "lesbian-insurance",
"id": "musical-cholesterol",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -77,7 +77,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "otherwise-arrest",
"id": "every-stamp",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -134,7 +134,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "disturbed-lover",
"id": "hispanic-learning",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -156,7 +156,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "permanent-local",
"id": "baking-eclipse",
"metadata": {
"scrolled": true
},
Expand All @@ -167,7 +167,7 @@
},
{
"cell_type": "markdown",
"id": "alternative-springer",
"id": "phantom-mountain",
"metadata": {},
"source": [
"```sql\n",
Expand All @@ -189,11 +189,11 @@
{
"cell_type": "code",
"execution_count": null,
"id": "about-ecology",
"id": "after-former",
"metadata": {},
"outputs": [],
"source": [
"df.to_csv(output_folder + \"WHO_DAILY_REPORT.csv\", index=False, columns=[column_map.values()])"
"df.to_csv(output_folder + \"WHO_DAILY_REPORT.csv\", index=False, columns=column_map.values())"
]
}
],
Expand Down

0 comments on commit 6690ae0

Please sign in to comment.