CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.11k stars 18.39k forks source link

US state data #1651

Closed john-h-carson-jr closed 4 years ago

john-h-carson-jr commented 4 years ago

Where has the US state data moved to? and is county data somewhere accessible?

bfosten commented 4 years ago

The raw U.S. state data is still in csse_covid_19_data/csse_covid_19_daily_reports, but it's not as easily accessible as it used to be.

To help ensure that it's always easily accessible, we've set up a new repo, CovidAPI. It provides the data from this Johns Hopkins repo but provides it in a stable format that includes daily statistics by states/provinces (see Regions). It also includes data for counties and cities (see Places).

jcampos8782 commented 4 years ago

See the only pinned issue on this repo: https://github.com/CSSEGISandData/COVID-19/issues/1250

cipriancraciun commented 4 years ago

I have built a derived dataset based on JHU dataset, where (among other fixes and features) I also aggregate the data for US at both state and country level, and merge everything in a single dataset for easy usage:

(I try as much as possible not to change the format too much, mainly I only add new rows and columns.)

john-h-carson-jr commented 4 years ago

Thank you very much! I've built a solution in R.

John H. Carson Jr, PhD Senior Statistician

1435 Garrison Street, Suite 201 Lakewood, CO 80215 Phone: (720) 746-1803 x 1028 Fax: (720) 746-1605 Mobile: 419-721-4173

Confidentiality Statement This message is intended only for the use of the addressee and may contain information that is privileged and confidential. If you are not the intended recipient, dissemination of this communication is prohibited. If you have received this communication in error, please erase all copies of the message and its attachments and notify us immediately.

On Fri, Mar 27, 2020 at 12:07 AM Ciprian Dorin Craciun < notifications@github.com> wrote:

I have built a derived dataset based on JHU dataset, where (among other fixes and features) I also aggregate the data for US at both state and country level, and merge everything in a single dataset for easy usage:

(I try as much as possible not to change the format too much, mainly I only add new rows and columns.)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CSSEGISandData/COVID-19/issues/1651#issuecomment-604831934, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR4LZJXD3RMOX7GBTBBA33RJQ7CXANCNFSM4LUTIYHQ .

cipriancraciun commented 4 years ago

@john-h-carson-jr if you've successfully used the derived dataset (or any other dataset), and in order to help the JHU team, would you consider closing this issue.