Lincoln County Case Data
City of Sioux Falls
@usgov.city_of_sioux_falls_lincoln_county_case_data
City of Sioux Falls
@usgov.city_of_sioux_falls_lincoln_county_case_data
CREATE TABLE table_1 (
"objectid" BIGINT,
"name" VARCHAR,
"reportdt" TIMESTAMP,
"confirmed" BIGINT,
"recovered" BIGINT,
"deaths" BIGINT,
"active" BIGINT,
"globalid" VARCHAR,
"tested" BIGINT,
"negative" DOUBLE,
"newcases" BIGINT,
"newdailydeaths" DOUBLE,
"newdailytested" DOUBLE,
"dailypercentpositive" DOUBLE,
"totalpercentpositive" DOUBLE,
"newdailynegative" DOUBLE,
"threedayavg" DOUBLE,
"sevendayavg" DOUBLE,
"totaldoses" DOUBLE,
"totalrecipients" DOUBLE,
"newdailydoses" DOUBLE,
"newdailyrecipients" DOUBLE,
"total1doserecipients" DOUBLE,
"total2doserecipients" DOUBLE,
"totaljjdoses" DOUBLE,
"totaljjrecipients" DOUBLE,
"totalvaccinated" DOUBLE,
"pfizer3doserecipients" DOUBLE,
"moderna3doserecipients" DOUBLE,
"total3doserecipients" DOUBLE,
"partialvaccinated" DOUBLE
);
Anyone who has the link will be able to view this.