Baselight

Covid County Data

Cases, deaths, testing, mobility, and NPI

@kaggle.cc7768_covid_county_data

Npi Us
@kaggle.cc7768_covid_county_data.npi_us

  • 798.03 KB
  • 125477 rows
  • 13 columns
unnamed_0

Unnamed: 0

dt

Dt

location

Location

closing_of_public_venues

Closing Of Public Venues

gathering_size_100_26

Gathering Size 100–26

gathering_size_10_0

Gathering Size 10–0

gathering_size_25_11

Gathering Size 25–11

gathering_size_500_101

Gathering Size 500–101

lockdown

Lockdown

non_essential_services_closure

Non-essential Services Closure

religious_gatherings_banned

Religious Gatherings Banned

shelter_in_place

Shelter In Place

social_distancing

Social Distancing

Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1
1Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2
2Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4
3Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5
4Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)6
5Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)8
6Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)9
7Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10
8Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)11
9Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)12

CREATE TABLE npi_us (
  "unnamed_0" BIGINT,
  "dt" TIMESTAMP,
  "location" BIGINT,
  "closing_of_public_venues" BOOLEAN,
  "gathering_size_100_26" BOOLEAN,
  "gathering_size_10_0" BOOLEAN,
  "gathering_size_25_11" BOOLEAN,
  "gathering_size_500_101" BOOLEAN,
  "lockdown" BOOLEAN,
  "non_essential_services_closure" BOOLEAN,
  "religious_gatherings_banned" BOOLEAN,
  "shelter_in_place" BOOLEAN,
  "social_distancing" BOOLEAN
);

Share link

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