Baselight

Corona Virus Covid-19 US Counties

Dataset of the Covid-19 pandemic United States(US) Counties

@kaggle.yasirabdaali_corona_virus_covid19_us_counties

Loading...
Loading...

About this Dataset

Corona Virus Covid-19 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;

  1. The FIPS code
  2. The State
  3. City or Town
  4. Date
  5. Total Death
  6. Total Confirmed Cases
  7. The location (longitude and latitude)

Tables

Coronavirus Covid 19 Pandemic Usa Counties

@kaggle.yasirabdaali_corona_virus_covid19_us_counties.coronavirus_covid_19_pandemic_usa_counties
  • 28.67 MB
  • 3,099,180 rows
  • 7 columns
Loading...
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
);

Share link

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