From 65e2c63158d8f5edb1288f5edee50588b39e26ac Mon Sep 17 00:00:00 2001 From: Dan Wallace <69432266+wallacewd@users.noreply.github.com> Date: Tue, 29 Sep 2020 12:56:00 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df4ff81..d7fb833 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ https://www.cdc.gov/nchs/nvss/vsrr/covid19/excess_deaths.htm I have provided a example csv from 9/29/2020. The cdc updates this data weekly, so the example is now probably out of date for you. -**** Step 1: +# Step 1: Download both the python file and the example csv and place them in the same folder (you can just download the folder i provided). -**** Step2: +# Step2: If you have the correct libraries already installed, run the code in your perfered IDE. The example data provided should load because it is relative to the folder i provided. (If this doesn't work for you, copy the whole path name ex: C:/Users/Example/Example.csv and paste into the variable "path"). -*** Step 3: +# Step 3: Get creative. This is just a basic example of how to organize and process a large data set! Explore the csv and the code and see what you come up with!