Big Local News snapshots this data daily from https://github.com/nytimes/covid-19-data. This is time series data for U.S. confirmed cases and deaths down to the county level. There are three CSV files released once a day: national-level data, state-level data and county-level data. Each file contains date, county/state name, FIPS code, number of confirmed cases, number of deaths going back to January 21. All data is gathered by New York Times reporters from state and local health departments or official government announcements. The data is updated once a day in the morning, usually around 8 a.m. EDT, with a full day’s worth of data from the day before. Please cite the New York Times as described in the README and check terms of use.

Data source: Big Local News · About: big-local-datasette

55 rows where "date" is on date 2020-04-11

View and edit SQL

Suggested facets: date (date)

Link rowid ▼ date state fips cases deaths
2160 2020-04-11 Alabama 1 3262 93
2161 2020-04-11 Alaska 2 255 6
2162 2020-04-11 Arizona 4 3393 112
2163 2020-04-11 Arkansas 5 1228 25
2164 2020-04-11 California 6 22421 632
2165 2020-04-11 Colorado 8 6893 274
2166 2020-04-11 Connecticut 9 11510 494
2167 2020-04-11 Delaware 10 1479 33
2168 2020-04-11 District of Columbia 11 1778 47
2169 2020-04-11 Florida 12 18978 445
2170 2020-04-11 Georgia 13 12261 432
2171 2020-04-11 Guam 66 681 5
2172 2020-04-11 Hawaii 15 484 8
2173 2020-04-11 Idaho 16 1438 27
2174 2020-04-11 Illinois 17 19180 682
2175 2020-04-11 Indiana 18 7494 389
2176 2020-04-11 Iowa 19 1510 34
2177 2020-04-11 Kansas 20 1282 55
2178 2020-04-11 Kentucky 21 1851 94
2179 2020-04-11 Louisiana 22 20014 806
2180 2020-04-11 Maine 23 616 19
2181 2020-04-11 Maryland 24 7694 207
2182 2020-04-11 Massachusetts 25 22860 686
2183 2020-04-11 Michigan 26 23855 1395
2184 2020-04-11 Minnesota 27 1427 64
2185 2020-04-11 Mississippi 28 2642 93
2186 2020-04-11 Missouri 29 4024 116
2187 2020-04-11 Montana 30 377 6
2188 2020-04-11 Nebraska 31 718 18
2189 2020-04-11 Nevada 32 2720 111
2190 2020-04-11 New Hampshire 33 929 23
2191 2020-04-11 New Jersey 34 58151 2183
2192 2020-04-11 New Mexico 35 1174 20
2193 2020-04-11 New York 36 182990 11159
2194 2020-04-11 North Carolina 37 4310 86
2195 2020-04-11 North Dakota 38 293 7
2196 2020-04-11 Northern Mariana Islands 69 11 2
2197 2020-04-11 Ohio 39 6251 247
2198 2020-04-11 Oklahoma 40 1868 93
2199 2020-04-11 Oregon 41 1447 51
2200 2020-04-11 Pennsylvania 42 21774 515
2201 2020-04-11 Puerto Rico 72 788 42
2202 2020-04-11 Rhode Island 44 2349 56
2203 2020-04-11 South Carolina 45 3207 80
2204 2020-04-11 South Dakota 46 626 6
2205 2020-04-11 Tennessee 47 4983 107
2206 2020-04-11 Texas 48 13208 265
2207 2020-04-11 Utah 49 2208 18
2208 2020-04-11 Vermont 50 711 24
2209 2020-04-11 Virgin Islands 78 51 1
2210 2020-04-11 Virginia 51 5076 130
2211 2020-04-11 Washington 53 10227 498
2212 2020-04-11 West Virginia 54 593 6
2213 2020-04-11 Wisconsin 55 3213 141
2214 2020-04-11 Wyoming 56 343 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [us-states] (
   [date] TEXT,
   [state] TEXT,
   [fips] INTEGER,
   [cases] INTEGER,
   [deaths] INTEGER
);