Asthma Prevalence
State of California
@usgov.ca_gov_asthma_prevalence_6908c
State of California
@usgov.ca_gov_asthma_prevalence_6908c
CREATE TABLE brfss_data_adult_asthma_prevalence_1995_to_2011 (
"year" BIGINT,
"percent" DOUBLE,
"n_95_ci_lower_limit" DOUBLE,
"n_95_ci_upper_limit" DOUBLE,
"measure" VARCHAR
);
CREATE TABLE brfss_data_adult_asthma_prevalence_2012_to_present (
"year" BIGINT,
"percent" DOUBLE,
"n_95_ci_lower_limit" DOUBLE,
"n_95_ci_upper_limit" DOUBLE,
"measure" VARCHAR
);
CREATE TABLE chis_data_lifetime_asthma_prevalence_by_county_2015_present (
"county" VARCHAR,
"years" VARCHAR,
"strata" VARCHAR,
"age_group" VARCHAR,
"lifetime_prevalence" DOUBLE,
"n_95_confidence_interval" VARCHAR,
"counties_grouped" VARCHAR,
"comment" VARCHAR
);
Anyone who has the link will be able to view this.