Vaccine Hesitancy For COVID-19
Vaccine Hesitancy for COVID-19 County and local estimates
@kaggle.deepshah16_vaccine_hesitancy_for_covid19
Vaccine Hesitancy for COVID-19 County and local estimates
@kaggle.deepshah16_vaccine_hesitancy_for_covid19
CREATE TABLE vaccine_hesitancy_for_covid_19_county_and_local_estimates (
"fips_code" BIGINT,
"county_name" VARCHAR,
"state" VARCHAR,
"estimated_hesitant" DOUBLE,
"estimated_strongly_hesitant" DOUBLE,
"social_vulnerability_index_svi" DOUBLE,
"svi_category" VARCHAR,
"cvac_level_of_concern_for_vaccination_rollout" DOUBLE,
"cvac_level_of_concern" VARCHAR,
"percent_adults_fully_vaccinated_against_covid_19" DOUBLE,
"percent_hispanic" DOUBLE,
"percent_non_hispanic_american_indian_alaska_native" DOUBLE,
"percent_non_hispanic_asian" DOUBLE,
"percent_non_hispanic_black" DOUBLE,
"percent_non_hispanic_native_hawaiian_pacific_islander" DOUBLE,
"percent_non_hispanic_white" DOUBLE,
"geographical_point" VARCHAR,
"state_code" VARCHAR,
"county_boundary" VARCHAR,
"state_boundary" VARCHAR
);
Anyone who has the link will be able to view this.