Skip to content

Commit

Permalink
Fix load after IHME changed file name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoldi committed Jan 19, 2021
1 parent 8d6f4bb commit fafe669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion known-issues.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
IHME_COVID_19.ipynb
KFF_US.ipynb
NYC_HEALTH_TESTS.ipynb
WHO_SITUATION_REPORTS.ipynb
Expand Down
4 changes: 2 additions & 2 deletions notebooks/IHME_COVID_19.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"metadata": {},
"outputs": [],
"source": [
"df = pd.read_csv(z.open(re.search(r\".*Reference.*csv\", \"\\n\".join(z.namelist()))[0]))"
"df = pd.read_csv(z.open(re.search(r\".*reference.*csv\", \"\\n\".join(z.namelist()))[0]))"
]
},
{
Expand Down Expand Up @@ -264,7 +264,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.5"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit fafe669

Please sign in to comment.