JindrichSoukup / covid19

Analysis temperature effect on covid19 spread rate
1 stars 0 forks source link

US as 1 country or multiple states #3

Closed JindrichSoukup closed 4 years ago

JindrichSoukup commented 4 years ago

US are huge and temperature in different states differ a lot. Also reaction of each state is different in time. Taking US as 50 states would increase our dataset. Where to find daily cases?

justeiva commented 4 years ago

Done - its here https://github.com/CSSEGISandData/COVID-19. I have prepared data to have the same format, code for it is this usa_data_prep_script.R

JindrichSoukup commented 4 years ago

School closure date for individual US states could be found at https://www.edweek.org/ew/section/multimedia/map-coronavirus-and-school-closures.html . Details available after clicking to a state

justeiva commented 4 years ago

I have also added usa population data together with world population data, so we will be able to filter based on size, there are some states less thant 1mln. I will gather usa states school dates from the link you have provided.

JindrichSoukup commented 4 years ago

Thanks, I'll focus on temperature data.

justeiva commented 4 years ago

I have downloaded usa schools closure dates per state - schools_closing_usa.csv.

justeiva commented 4 years ago

There are many changes going on new john hopkins uni repo, so for now i cant pull from there newest cases of usa data anymore until they finalize it. They are also planning to add number of tests - which can be useful for us too. For usa cases data i took this alternative for now https://github.com/nytimes/covid-19-data