Corona Virus Covid-19 US Counties
Dataset of the Covid-19 pandemic United States(US) Counties
@kaggle.yasirabdaali_corona_virus_covid19_us_counties
Dataset of the Covid-19 pandemic United States(US) Counties
@kaggle.yasirabdaali_corona_virus_covid19_us_counties
This dataset contains the covid-19 pandemic data of the years 2020, 2021 and 2022 of the United States.
It has the following information;
CREATE TABLE coronavirus_covid_19_pandemic_usa_counties (
"admin_2_fips_code" DOUBLE,
"province_state" VARCHAR,
"admin_2_level_city_county_borough_region" VARCHAR -- Admin 2 Level (City/County/Borough/Region),
"date" TIMESTAMP,
"total_death" BIGINT,
"total_confirmed" BIGINT,
"location" VARCHAR
);Anyone who has the link will be able to view this.