Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacewd authored Sep 29, 2020
1 parent 362d126 commit 65e2c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 65e2c63

Please sign in to comment.