COVID Tracking Project: Racial Data Tracker
COVID-19 and Race in the USA
@kaggle.paultimothymooney_covid_tracking_project_racial_data_tracker
COVID-19 and Race in the USA
@kaggle.paultimothymooney_covid_tracking_project_racial_data_tracker
CREATE TABLE race_data_entry_crdt (
"date" BIGINT,
"state" VARCHAR,
"cases_total" DOUBLE,
"cases_white" DOUBLE,
"cases_black" DOUBLE,
"cases_latinx" DOUBLE,
"cases_asian" DOUBLE,
"cases_aian" DOUBLE,
"cases_nhpi" DOUBLE,
"cases_multiracial" DOUBLE,
"cases_other" DOUBLE,
"cases_unknown" DOUBLE,
"cases_ethnicity_hispanic" DOUBLE,
"cases_ethnicity_nonhispanic" DOUBLE,
"cases_ethnicity_unknown" DOUBLE,
"deaths_total" DOUBLE,
"deaths_white" DOUBLE,
"deaths_black" DOUBLE,
"deaths_latinx" DOUBLE,
"deaths_asian" DOUBLE,
"deaths_aian" DOUBLE,
"deaths_nhpi" DOUBLE,
"deaths_multiracial" DOUBLE,
"deaths_other" DOUBLE,
"deaths_unknown" DOUBLE,
"deaths_ethnicity_hispanic" DOUBLE,
"deaths_ethnicity_nonhispanic" DOUBLE,
"deaths_ethnicity_unknown" DOUBLE
);
Anyone who has the link will be able to view this.