Baselight

COVID Tracking Project: Racial Data Tracker

COVID-19 and Race in the USA

@kaggle.paultimothymooney_covid_tracking_project_racial_data_tracker

Loading...
Loading...

About this Dataset

COVID Tracking Project: Racial Data Tracker

Context

COVID-19 and race in America.

Content

The COVID Racial Data Tracker advocates for, collects, publishes, and analyzes racial data on the pandemic across the United States.

Additional details: https://covidtracking.com/about-data and https://covidtracking.com/about-data/faq

Columns:

[Date,State,Cases_Total,Cases_White,Cases_Black,Cases_LatinX,Cases_Asian,Cases_AIAN,Cases_NHPI,Cases_Multiracial,Cases_Other,Cases_Unknown,Cases_Ethnicity_Hispanic,Cases_Ethnicity_NonHispanic,Cases_Ethnicity_Unknown,Deaths_Total,Deaths_White,Deaths_Black,Deaths_LatinX,Deaths_Asian,Deaths_AIAN,Deaths_NHPI,Deaths_Multiracial,Deaths_Other,Deaths_Unknown,Deaths_Ethnicity_Hispanic,Deaths_Ethnicity_NonHispanic,Deaths_Ethnicity_Unknown]

Acknowledgements

Data source: https://covidtracking.com/race/about#download-the-data.

Dataset license (CC 4.0): https://covidtracking.com/about-data/license

Banner Photo by Martin Sanchez on Unsplash

Tables

Race Data Entry Crdt

@kaggle.paultimothymooney_covid_tracking_project_racial_data_tracker.race_data_entry_crdt
  • 138.25 KB
  • 1736 rows
  • 28 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.