Indiana COVID Data
City of Bloomington
@usgov.city_of_bloomington_indiana_covid_data_c4f1e
City of Bloomington
@usgov.city_of_bloomington_indiana_covid_data_c4f1e
Daily COVID-19 reports from Johns Hopkins University Center for Systems Science and Engineering. This dataset is generated by calculating differences of each cumulative daily report from the previous day to identify daily changes in the number of confirmed, active, recovered, and fatal cases. This dataset reports from after CSSE changed its daily report schema on March 22.
Organization: City of Bloomington
Last updated: 2023-05-20T03:48:53.438115
CREATE TABLE table_1 (
"fips" DOUBLE,
"admin2" VARCHAR,
"province_state" VARCHAR,
"country_region" VARCHAR,
"last_update" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"confirmed" BIGINT,
"confirmed_delta" DOUBLE,
"deaths" BIGINT,
"deaths_delta" DOUBLE,
"recovered" DOUBLE,
"recovered_delta" DOUBLE,
"active" BIGINT,
"active_delta" BIGINT,
"geocoded_column" VARCHAR
);Anyone who has the link will be able to view this.