CalEnviroScreen 2.0
State of California
@usgov.ca_gov_calenviroscreen_2_0
State of California
@usgov.ca_gov_calenviroscreen_2_0
CREATE TABLE calenviroscreen_final_report (
"census_tract" BIGINT,
"total_population" BIGINT,
"california_county" VARCHAR,
"click_for_interactive_map" VARCHAR,
"ces_2_0_score" VARCHAR,
"ces_2_0_percentile_range" VARCHAR,
"hyperlink" VARCHAR,
"ozone" VARCHAR,
"ozone_pctl" VARCHAR,
"pm2_5" VARCHAR,
"pm2_5_pctl" VARCHAR,
"diesel_pm" DOUBLE,
"diesel_pm_pctl" DOUBLE,
"drinking_water" VARCHAR,
"drinking_water_pctl" VARCHAR,
"pesticides" DOUBLE,
"pesticides_pctl" DOUBLE,
"tox_release" VARCHAR,
"tox_release_pctl" VARCHAR,
"traffic" DOUBLE,
"traffic_pctl" DOUBLE,
"cleanup_sites" DOUBLE,
"cleanup_sites_pctl" DOUBLE,
"groundwater_threats" DOUBLE,
"groundwater_threats_pctl" DOUBLE,
"haz_waste" DOUBLE,
"haz_waste_pctl" DOUBLE,
"imp_water_bodies" BIGINT,
"imp_water_bodies_pctl" DOUBLE,
"solid_waste" DOUBLE,
"solid_waste_pctl" DOUBLE,
"pollution_burden" DOUBLE,
"pollution_burden_score" DOUBLE,
"pollution_burden_pctl" DOUBLE,
"age" VARCHAR,
"age_pctl" VARCHAR,
"asthma" DOUBLE,
"asthma_pctl" DOUBLE,
"low_birth_weight" VARCHAR,
"low_birth_weight_pctl" VARCHAR,
"education" VARCHAR,
"education_pctl" VARCHAR,
"linguistic_isolation" VARCHAR,
"linguistic_isolation_pctl" VARCHAR,
"poverty" VARCHAR,
"poverty_pctl" VARCHAR,
"unemployment" VARCHAR,
"unemployment_pctl" VARCHAR,
"pop_char" VARCHAR,
"pop_char_score" VARCHAR,
"pop_char_pctl" VARCHAR,
"location_1" VARCHAR
);
Anyone who has the link will be able to view this.