Apologies if Redundant; Graph of Raw Case Rates per State by Calendar Date

I keep looking for the same kind of graph every day and only sometimes find one, and when I do it’s not one of the URLs that refreshes their data daily so it’s not useful to go back to.

I want one that shows all the US states with their own curve, the X axis NOT “since first 100 cases” or whatever but actual calendar date, the Y axis NOT “per 100K population” or whatever but actual raw numbers of infected individuals. It would be nice if it would break out each state separately, reconfiguring the Y axis proportionally so that you can see the shape of each state’s outbreak, but that’s a bonus feature.

Come to think of it, an international version of the same would be nice.

https://data.covid.umd.edu almost has what you’re looking for, except the curve for each state appears as a separate row in the table. You have to select a date range, and the default table presentation has all rows collapsed. Expanding a row will give the time series for that state.

If cumulative numbers are okay, then this should work for you. It includes cases and deaths as selectable options and has multi-select functionality for state selection. It also adjusts the y-axis based on which states are selected as they all get pretty flatted by a few states, such as New York and California, by default.

I don’t plan on updating this frequently, if ever, but if you see something you’d like for me to tweak, or if I misunderstood your request, let me know.

I like that Coronavirus Bell Curve site, thanks! The one thing I’m still wishing for is a superimposed bell curve graph, all the states with real dates on Y axis, raw cases on the X. It’s useful to have each state separately (I specifically wanted that as well) but it makes it difficult to visualize the complete picture.

ETA: DMC, yes!! OK between that public tableau site and the Coronavirus bell curve site I’ve got what I wanted!

I did some final tweaking, but I need to stop as I’m getting OCD now. :slight_smile:

The tooltip is now larger and shows both cases and deaths no matter which one you have selected, so you don’t have to jump back and forth. It also now shows CFR (Case Fatality Rate), but be aware that that is considered a horrible measure, as it depends on accurate case counts, and we really just don’t know how many people truly have had the virus.

Source of the data is the NY Times github repository, which had data up through yesterday, 07/09/2020.