Tuberculosis Case Numbers And Rates, California And Local Health Jurisdictions
State of California
@usgov.ca_gov_tuberculosis_case_numbers_and_rates_california__804cc67f
State of California
@usgov.ca_gov_tuberculosis_case_numbers_and_rates_california__804cc67f
CREATE TABLE tb_by_place_of_birth_age_sex_and_race_ethnicity (
"year" BIGINT,
"category" VARCHAR,
"strata" VARCHAR,
"cases" DOUBLE,
"population" DOUBLE,
"rate_per_100_000_population" DOUBLE
);
CREATE TABLE tb_in_local_health_jurisdiction (
"year" BIGINT,
"jurisdiction" VARCHAR,
"cases" BIGINT,
"population" BIGINT,
"rate_per_100_000_population" DOUBLE
);
Anyone who has the link will be able to view this.